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.

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))

1 Like

I will try it. Thanks @Aleksi_Alkio

So the distance in what unit?

I want to display in meter unit

Result is as km.