diff --git a/docs/mapview.html b/docs/mapview.html index 24a0c8fb0fc..4ed5ded825a 100644 --- a/docs/mapview.html +++ b/docs/mapview.html @@ -1,5 +1,5 @@
Map annotations with title/subtitle.
Insets for the map's legal label, originally at bottom left of the map.
-See EdgeInsetsPropType.js for more information.
The map type to be displayed.
Maximum size of area that can be displayed.
Minimum size of area that can be displayed.
Callback that is called once, when the user is clicked on a annotation.
Callback that is called continuously when the user is dragging the map.
Callback that is called once, when the user is done moving the map.
When this property is set to true and a valid camera is associated
+See EdgeInsetsPropType.js for more information.
The map type to be displayed.
Maximum size of area that can be displayed.
Minimum size of area that can be displayed.
Callback that is called once, when the user taps an annotation.
Callback that is called continuously when the user is dragging the map.
Callback that is called once, when the user is done moving the map.
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
@@ -14,7 +14,7 @@ Default value is false.
NOTE: You need to ad Info.plist to enable geolocation, otherwise it is going to fail silently!
Used to style and layout the MapView. See StyleSheet.js and
ViewStylePropTypes.js for more info.
If false the user won't be able to pinch/zoom the map.
-Default value is true.
true.