Select to view content in your preferred language

Can Google Maps API be used in ArcGIS Pro?

171
1
Jump to solution
a week ago
MatthewTsui5
Occasional Contributor

Hi,

Can we use the Google Maps API to geocode a list of addresses within ArcGIS Pro instead of a Locator from StreetMap Premium or ArcGIS World Geocoding Service?

0 Kudos
1 Solution

Accepted Solutions
MarcoBoeringa
MVP Alum

Well, since you are writing about using an API, that essentially already means programming... I guess you could use the "Python Client for Google Maps Services" and ArcPy to write your own implementation as Python script to get access from within Pro:

https://github.com/googlemaps/google-maps-services-python

View solution in original post

1 Reply
MarcoBoeringa
MVP Alum

Well, since you are writing about using an API, that essentially already means programming... I guess you could use the "Python Client for Google Maps Services" and ArcPy to write your own implementation as Python script to get access from within Pro:

https://github.com/googlemaps/google-maps-services-python