-
Notifications
You must be signed in to change notification settings - Fork 0
region
Christoph edited this page Sep 9, 2022
·
1 revision
graph TB;
id1(region)-->id2(center);
id1(region)-->id7(longitudinalMeters);
id1(region)-->id3(longitudinalMeters);
The region object contains the following data:
"region": {
"center": {},
"longitudinalMeters": 10000000.0,
"latitudinalMeters": 10000000.0
}
An object containing information about the center of the visible and usable map region.
A double value with the north-south-distance according to the center of the visible and usable map region.
A double value with the east-west-distance according to the center of the visible and usable map region.