- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2019 02:06 AM
Dear all,
From a mobile page in servicenow I am retrieving the location of a map point which return Lat and Long coordinate.
From that coordinate, how can I get the corresponding address of those coordinate ?
Any idea?
regards
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2019 12:45 AM
as of now i dont have ready made solution available.
did you try to have a look on service-now google maps doc. here you need to use the google map api and you have to pass the API Key and other details in the system properties .
if you see the OOTB map page script it's cureently showing the incident location on the map but i think you can customize that map page based on your need.
i would suggest here kindly have a look on that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2023 09:17 AM
To obtain the corresponding address from a latitude and longitude coordinate retrieved from a mobile page in ServiceNow, you can use a reverse geocoding service or API like Google Maps Geocoding API to convert the my location coordinates into an address.