ESRI arcgis plot features map into google map

338
2
06-24-2020 04:45 AM
AminBangash
New Contributor

Hello all,

I am working on a project and my requirement is to display plotted point features in esri arcgis map with a link too google map to display it on google map. Anybody have an idea how to do that.

0 Kudos
2 Replies
Egge-Jan_Pollé
MVP Regular Contributor

Hi Amin Bangash,

Somehow you will have to create a URL to Google Maps with the information available in your data set. You can either use the coordinates or address information (if available).

Using Maps URLs, you can build a universal, cross-platform URL to launch Google Maps and perform searches, get directions and navigation, and display map views and panoramic images. The URL syntax is the same regardless of the platform in use.

You don't need a Google API key to use Maps URLs.

Developer Guide  |  Maps URLs  |  Google Developers 

HTH,

Egge-Jan

AminBangash
New Contributor

Thanks Egge-Jan Pollé‌  for your response, how to create a hyperlink? i would like to create it in a popup template of a feature and on clicking on this it will let me to google map.

0 Kudos