From 2ae00bbd49ced64f9be682ab33e275e7543b4f3b Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 19 Nov 2015 10:45:06 +0000 Subject: [PATCH] update website --- docs/mapview.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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');