diff --git a/docs/mapview.html b/docs/mapview.html index 74c1b464971..a60df73cb48 100644 --- a/docs/mapview.html +++ b/docs/mapview.html @@ -14,6 +14,7 @@ Default value is false.

NOTE: You need to ad Info.plist to enable geolocation, otherwise it is going to fail silently!

style View#style #

Used to style and layout the MapView. See StyleSheet.js and ViewStylePropTypes.js for more info.

zoomEnabled bool #

If false the user won't be able to pinch/zoom the map. +Default value is true.

iosshowsPointsOfInterest bool #

If false points of interest won't be displayed on the map. Default value is true.

Edit on GitHubExamples #

'use strict'; var React = require('react-native');