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:
parent
65e4dccc17
commit
fbc80b3a45
3 changed files with 73 additions and 0 deletions
4
maps.go
4
maps.go
|
|
@ -85,3 +85,7 @@ func encodeLocations(ls []Location) string {
|
|||
}
|
||||
return strings.Join(s, "|")
|
||||
}
|
||||
|
||||
func Float64(f float64) *float64 {
|
||||
return &f
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue