Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Returns the distance (in meters) of the two locations.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CLGeocoder | 6.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
Parameter | Description | Example |
---|---|---|
latitude1 | The latitude value for the geo coordinate. | 51.50939 |
longitude1 | The latitude value for the geo coordinate. | -0.11832 |
latitude2 | The latitude value for the geo coordinate. | 52.518611 |
longitude2 | The latitude value for the geo coordinate. | 13.408333 |
Returns OK or error.
Returns distance between London and Berlin:
MBS( "CLGeocoder.Distance"; 51.50939; -0.11832; 52.518611; 13.408333)
Created 18th February 2016, last changed 18th February 2016
CLGeocoder.Close - CLGeocoder.Done
Feedback: Report problem or ask question.