How to get address of a location on MAP

wakespirit
Kilo Guru

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

1 ACCEPTED SOLUTION

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.

 

https://docs.servicenow.com/bundle/madrid-platform-administration/page/administer/navigation-and-ui/...

 

https://docs.servicenow.com/bundle/madrid-platform-user-interface/page/administer/navigation-and-ui/...

View solution in original post

10 REPLIES 10

johndevr
Kilo Contributor

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.