Skip to content

Commit 5922e4f

Browse files
authored
Update README.md
1 parent 2233a7b commit 5922e4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# google-geolocate.js
22
A Google Maps plugin that adds a geolocation control.
33

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+
56
---
67

78
## How to use
@@ -38,6 +39,10 @@ _For a working example see [demo](https://raruto.github.io/examples/google-geolo
3839
</script>
3940
```
4041

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+
4146
---
4247

4348
**Compatibile with:** [email protected]

0 commit comments

Comments
 (0)