diff --git a/docs/mapview.html b/docs/mapview.html index 9cd7fda6936..915ffa90ce5 100644 --- a/docs/mapview.html +++ b/docs/mapview.html @@ -14,7 +14,8 @@ 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.

androidactive bool #

iosshowsPointsOfInterest bool #

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

androidactive bool #

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.

Edit on GitHubExamples #

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