1
0
Fork 0
mirror of https://github.com/imjasonh/staticmaps synced 2026-07-18 06:47:26 +00:00

support StreetView Images API

This commit is contained in:
Jason Hall 2014-10-07 10:10:14 -04:00
parent 65e4dccc17
commit fbc80b3a45
3 changed files with 73 additions and 0 deletions

View file

@ -85,3 +85,7 @@ func encodeLocations(ls []Location) string {
}
return strings.Join(s, "|")
}
func Float64(f float64) *float64 {
return &f
}