geo-golang icon indicating copy to clipboard operation
geo-golang copied to clipboard

Go library to access geocoding and reverse geocoding APIs

Results 10 geo-golang issues
Sort by recently updated
recently updated
newest added

Would you accpet a PR, or consider modifying this module such that users could pass a context to the Geocoder interface? This addition would make this module much more powerful...

Sometimes we need to specify some more detailed query params. For example here we have a lack of language and region parameters for google geocoding api

Any ideas if it's possible to run this in the browser as a service or service worker? Can you compile this package to web assembly/WASM?

I only want to use the lib only to autocomplete adresses. I want to search for "Fred-Grube-Platz 23, 30451 Hannover" and get the "formattedAdress" back. IS that possible? Or is...

Hello, By default the package does not include headers related to language, ie Accept-Language Using, Accept-Language = en for example will result in the full name of the city/state While,...

I just checked the openstreetmap response parser, and when the returned longitude and latitude are empty, it returns nil for both location and error. Returning `nil` as a valid value...

Currently the `_type` property is not included in the returned `Address` struct. Any ways to add it?

Some providers do give certain details about what type of result it is. Having this information (when available) will help validate the results, and can help determine if I need...

Hi and thanks for a nice framework. I've forked it and did a minor update to at least return city, country (and added GlobalCode) in google lookups. Also added context...