hi,
i need help with a project where we use route-me for displaying offline maps.
loading the maps and displaying works well.
is there any way, how i could determine the bounds of the map? i would
like to set a marker for the current user location, but only if the position
is on the map. if the user is outside the map, i don't want the marker.
the only way i found until now is to set the zoom level lower, get the
latitudeLongitudeBoundingBoxForScreen and check with that values, but thats not accurate.
any idea how i could do that?
thx
thorsten