From c7cd21b2617e88d3821efc08269b18b003a1e209 Mon Sep 17 00:00:00 2001 From: Alexey Rodionov Date: Tue, 19 Dec 2017 10:44:36 +0300 Subject: [PATCH 1/3] Add `permissionStatus` property --- README.md | 5 +++-- bower.json | 2 ++ demo/index.html | 5 +++-- geo-location.html | 32 ++++++++++++++++++++++++++++++-- 4 files changed, 38 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a380244..fe8505b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Geolocation API Polymer web component. -Example to get the device geolocation values: +Get once and display the device geolocation values and continuous update the Gelocation API permission status: ```html - + diff --git a/bower.json b/bower.json index 7338970..3767806 100644 --- a/bower.json +++ b/bower.json @@ -11,6 +11,8 @@ "location", "position", "navigation", + "api", + "permission", "coordinates", "latitude", "longitude", diff --git a/demo/index.html b/demo/index.html index 41d3422..b3b6216 100644 --- a/demo/index.html +++ b/demo/index.html @@ -25,14 +25,15 @@
-

Get the device geolocation values

+

Get once and display the device geolocation values and continuous update the Gelocation API permission status