iOS Question jSD_OpenMaps camera to bounding Box

Davisbc

Member
Licensed User
is there a recommended way to set camera position to cover the bounding box from :

MapBound As ResumableSub [read only]
<code>wait for (OM.getMapBound) COMPLETE (Bound As Map)</code>
Return bound in map format: {"northEast":{"lat":45.123,"lon":12.456},"southWest":{"lat":40.987,"lon":10.321}

Thanks in advance,
 
Top