showsUserLocation bool If true the app will ask for the user's location and display it on the map. Default value is false. NOTE: on iOS, you need to add the NSLocationWhenInUseUsageDescription key in Info.plist to enable geolocation, otherwise it will fail silently.
iosshowsCompass bool If false compass won't be displayed on the map. Default value is true.
iosshowsPointsOfInterest bool If false points of interest won't be displayed on the map. Default value is true.
scrollEnabled bool If false the user won't be able to change the map region being displayed. Default value is true.
pitchEnabled bool When this property is set to true and a valid camera is associated with the map, the camera’s pitch angle is used to tilt the plane of the map. When this property is set to false, the camera’s pitch angle is ignored and the map is always displayed as if the user is looking straight down onto it.
region {latitude: number, longitude: number, latitudeDelta: number, longitudeDelta: number} The region to be displayed by the map. The region is defined by the center coordinates and the span of coordinates to display.
rotateEnabled bool When this property is set to true and a valid camera is associated with the map, the camera’s heading angle is used to rotate the plane of the map around its center point. When this property is set to false, the camera’s heading angle is ignored and the map is always oriented so that true north is situated at the top of the map view
iosoverlays [{coordinates: [object Object], lineWidth: number, strokeColor: [object Object], fillColor: [object Object], id: string}] Map overlays
onRegionChangeComplete function Callback that is called once, when the user is done moving the map.
iosmapType enum('standard', 'satellite', 'hybrid') The map type to be displayed. standard: standard road map (default) satellite: satellite view hybrid: satellite view with roads and points of interest overlaid
Page 42 of 64