Check map pin position

Hi,
I want to check if the pin from a address field have a correct positioning on the map. My idea is to calculate the distance between this pin and the city center (from latlong field)

how can i calculate this distance ?

0 3 337
  • UX
3 REPLIES 3

You need to have both points as locations. You can use the DISTANCE() expression for that calculation but it doesn’t work with an address. Check this article…

how can i obtain lat long points from address ?

You would need to use another service for that purpose… like Google Map API.

Top Labels in this Space