Hi everyone. How to calculate the distance between current location with some fix location by using latlong?
Thanks for your help.
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))
I will try it. Thanks @Aleksi_Alkio
So the distance in what unit?
I want to display in meter unit
Result is as km.