visibleRegionForPosition abstract method
Return The map region that is visible from the given camera position. Region IS bounded by latitude limits [-90, 90] and IS NOT bounded by longitude limits [-180, 180]. If the longitude exceeds its limits, we see the world's edge and another instance of the world beyond this edge.
Implementation
mapkit_map_visible_region.VisibleRegion visibleRegionForPosition(
mapkit_map_camera_position.CameraPosition cameraPosition);