diff --git a/docs/mapview.html b/docs/mapview.html
index 0f379baff4d..3dbaec7953f 100644
--- a/docs/mapview.html
+++ b/docs/mapview.html
@@ -8,12 +8,13 @@ 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
If false the user won't be able to change the map region being displayed.
-Default value is true.
If true the app will ask for the user's location and focus on it.
-Default value is false.
NOTE: You need to add NSLocationWhenInUseUsageDescription key in -Info.plist to enable geolocation, otherwise it is going -to fail silently!
Used to style and layout the MapView. See StyleSheet.js and
+Default value is true.
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.
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.
Map annotations with title/subtitle.
Insets for the map's legal label, originally at bottom left of the map.
+Default value is true.
Map annotations with title/subtitle.
If true the map will follow the user's location whenever it changes.
+Note that this has no effect unless showsUserLocation is enabled.
+Default value is true.
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.
Map overlays
If false compass won't be displayed on the map.
Default value is true.
If false points of interest won't be displayed on the map.
Default value is true.