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:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Queries point for a coordinate.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
MapView | 11.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
MapView | The map view reference number. | $$MapView |
Latitude | The latitude of the coordinate. | |
Longitude | The longitude of the coordinate. |
Returns JSON or error.
Queries
MBS( "MapView.PointForCoordinate"; $$MapView; 50.41373; 7.31630 )
Example result:
{
"y" : 209.81376546738292,
"latitude" : 50.413730000000001,
"x" : 749.53684626735276,
"longitude" : 7.3163
}
This function is free to use.
Created 13th October 2021, last changed 13th October 2021