Hi everyone. How to calculate the distance be...

Hi everyone. How to calculate the distance between current location with some fix location by using latlong?

Thanks for your help.

0 5 579
5 REPLIES 5

You can do that with a DISTANCE expression likeโ€ฆ DISTANCE([YourLatLongColumn],LATLONG(25.555,65.555)) or like

DISTANCE(HERE(),LATLONG(25.888,65.888))

I will try it. Thanks @Aleksi_Alkio

So the distance in what unit?

I want to display in meter unit

Result is as km.

Top Labels in this Space