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 335
  • 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