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.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Queries overlay points.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
MapView | 9.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
MapView | The map view reference number. | $$MapView |
Overlay Identifier | The identifier for the overlay. | "82001" |
Returns JSON or error.
Queries points for an overlay:
MBS( "MapView.GetOverlayPoints"; $$MapView; 82002 )
Example result:
{
"points" : [
{
"y" : 90572524.642136484,
"latitude" : 50.399999999999984,
"x" : 139661002.52444446,
"longitude" : 7.3000000000000114
},
{
"y" : 90455421.722824365,
"latitude" : 50.499999999999993,
"x" : 139661002.52444446,
"longitude" : 7.3000000000000114
},
{
"y" : 90455421.722824365,
"latitude" : 50.499999999999993,
"x" : 139735567.92888889,
"longitude" : 7.4000000000000057
},
{
"y" : 90572524.642136484,
"latitude" : 50.399999999999984,
"x" : 139735567.92888889,
"longitude" : 7.4000000000000057
}
],
"pointCount" : 4
}
This function is free to use.
Created 20th September 2019, last changed 20th September 2019