From dbe8e18f2420d713ebeec315906bf509556f2abb Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Sat, 6 Feb 2016 03:30:06 +0000
Subject: [PATCH] update website
---
docs/geolocation.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/geolocation.html b/docs/geolocation.html
index 0963cd6841e..0f396d00598 100644
--- a/docs/geolocation.html
+++ b/docs/geolocation.html
@@ -4,7 +4,7 @@ in Info.plist to enable geolocation. Geolocation is enabled by default
when you create a project with react-native init.
Android #
To request access to location, you need to add the following line to your
app's AndroidManifest.xml:
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
Methods #
static getCurrentPosition(geo_success: Function, geo_error?: Function, geo_options?: GeoOptions) #
Invokes the success callback once with the latest location info. Supported
options: timeout (ms), maximumAge (ms), enableHighAccuracy (bool)
static watchPosition(success: Function, error?: Function, options?: GeoOptions) #
Invokes the success callback whenever the location changes. Supported
-options: timeout (ms), maximumAge (ms), enableHighAccuracy (bool)
static clearWatch(watchID: number) #
+options: timeout (ms), maximumAge (ms), enableHighAccuracy (bool), distanceFilter(m)
static clearWatch(watchID: number) #