This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
This macro from TravelTime can be used to convert street addresses into lat-long coordinates, and vice versa. Enables address to be added to the map as points for further analysis.
Hi @JakobJ , I just come across this macro, and had a go. It doesn't seem to need subscription for a geocoding service, but you have to get the free TravelTime API key.
One thing I have found: the api may only work for certain countries, eg. it worked for an address in UK, but not for addresses in India and China.
So question for the author: @chris_traveltime is there any limitation for the spatial coverage for the geocoder?
Hi @steven4320555 , the geocoder is available globally. It may just be different address formats required in different countries. Did you set the "Specify Focus Country" to India and China respectively?
And @JakobJ apologies for not getting back to you, but Steven is spot on that all you need is a free TravelTime API key which you can download here.
@steven4320555 in general our Geocoder works better without a building name/number. In this case if you simply use the street address "D Sukhadwala Road, Fort, Mumbai, India" then it locates it correctly.
Hi @steven4320555 we don't have any specific documentation around best practices for the geocoder. But in general I normally advise including less information rather than more. For example, in the UK just using a postcode as the address. Avoiding house numbers, building names etc is best.
In terms of the geocoder itself, we use Nominatim under the hood.
One thing I would just mention is that the Geocoder we offer is largely intended to support our other core TravelTime services. It is not out primary offering (hence why we don't charge for it!) but is there to make the other bits of our API easier to use.