Is there a way to retrieve the bounds of the mapcuts from the *.skm
/ *.ngi
/ *.ngi.dat
files ?
We use several offline maps for a navigation feature and want to pre-check the possibility of some example routes in offline-mode.
Any solution is acceptable:
java
You can find the bounds of each mapcut from the Maps.json file. You can take it from here. The coordinates are expressed like in this example:
"bbox": {
"latMin": 41.1243,
"latMax": 41.5271,
"longMin": 19.5478,
"longMax": 20.0842
}