Skip to content

mrsln/geocoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yandex Geocoder API wrapper in GO

travis

The package will get coordinates for a given address.

address := "Moscow, Kremlin"
coords, err := geocoder.AddressToCoordinates(address)
if err != nil {
  panic(err)
}
fmt.Printf("Coordinates for '%s' are: %f (Latitude) %f (Longitude)\n",
  address, coords.Latitude, coords.Longitude)

About

wrapper for the Yandex geocoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages