File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# google-geolocate.js
2
2
A Google Maps plugin that adds a geolocation control.
3
3
4
- _ For a working example see [ demo] ( https://raruto.github.io/examples/google-geolocate/google-geolocate.html )
4
+ _ For a working example (without API Key) see [ demo] ( https://raruto.github.io/examples/google-geolocate/google-geolocate.html ) _
5
+
5
6
---
6
7
7
8
## How to use
@@ -38,6 +39,10 @@ _For a working example see [demo](https://raruto.github.io/examples/google-geolo
38
39
</script >
39
40
```
40
41
42
+ _**NB** to be able to use the “Geolocator API” (a.k.a. “MyLocation Button”) you **MUST** use:_
43
+ - _a valid [SSL Website](https://en.wikipedia.org/wiki/HTTPS)._
44
+ - _a valid [Google Maps API Key](https://developers.google.com/maps/documentation/javascript/get-api-key)_
45
+
41
46
---
42
47
43
48
**Compatibile with:**
[email protected]
You can’t perform that action at this time.
0 commit comments