You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/basic-google-map/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ GOOGLE_MAPS_API_KEY="<YOUR API KEY HERE>"
29
29
30
30
An example can be found in `.env.example`.
31
31
32
+
**NOTE FOR WINDOWS USERS**:
33
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
34
+
32
35
## Output
33
36
34
37
The project will start at [localhost:1234](http://localhost:1234) and show a basic Google Map.
Copy file name to clipboardExpand all lines: examples/directions-service/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ GOOGLE_MAPS_API_KEY="<YOUR API KEY HERE>"
29
29
30
30
An example can be found in `.env.example`.
31
31
32
+
**NOTE FOR WINDOWS USERS**:
33
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
34
+
32
35
## Output
33
36
34
37
The project will start at [localhost:1234](http://localhost:1234) and show a Google Map with a route from Berlin to Munich, retrieved from directions.
Copy file name to clipboardExpand all lines: examples/distance-matrix-service/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ GOOGLE_MAPS_API_KEY="<YOUR API KEY HERE>"
29
29
30
30
An example can be found in `.env.example`.
31
31
32
+
**NOTE FOR WINDOWS USERS**:
33
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
34
+
32
35
## Output
33
36
34
37
The project will start at [localhost:1234](http://localhost:1234) and show Google Map with a origin and different destinations. A side panel will show the different durations and distances to the destinations.
Copy file name to clipboardExpand all lines: examples/elevation-service/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ To see the examples it is needed to add an `.env` file with a [Google Maps API k
27
27
28
28
An example can be found in `.env.example`.
29
29
30
+
**NOTE FOR WINDOWS USERS**:
31
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
32
+
30
33
## Output
31
34
32
35
The project will start at [localhost:1234](http://localhost:1234) and show an infowindow on a map asking to click somewhere on the map to see the elevation of that position.
Copy file name to clipboardExpand all lines: examples/geocoding-service/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ GOOGLE_MAPS_API_KEY="<YOUR API KEY HERE>"
29
29
30
30
An example can be found in `.env.example`.
31
31
32
+
**NOTE FOR WINDOWS USERS**:
33
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
34
+
32
35
## Output
33
36
34
37
The project will start at [localhost:1234](http://localhost:1234) and show a Google Map where the user can click on the map and the coordinates will be reversed geocoded into a human readable address.
Copy file name to clipboardExpand all lines: examples/google-map-with-markers/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ GOOGLE_MAPS_API_KEY="<YOUR API KEY HERE>"
29
29
30
30
An example can be found in `.env.example`.
31
31
32
+
**NOTE FOR WINDOWS USERS**:
33
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
34
+
32
35
## Output
33
36
34
37
The project will start at [localhost:1234](http://localhost:1234) and show a Google Map with markers.
Copy file name to clipboardExpand all lines: examples/max-zoom-service/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ To see the examples it is needed to add an `.env` file with a [Google Maps API k
27
27
28
28
An example can be found in `.env.example`.
29
29
30
+
**NOTE FOR WINDOWS USERS**:
31
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
32
+
30
33
## Output
31
34
32
35
The project will start at [localhost:1234](http://localhost:1234) and show an infowindow on a map asking to click somewhere on the map to see the max zoom for map type imagery for a position.
Copy file name to clipboardExpand all lines: examples/multiple-google-maps/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ GOOGLE_MAPS_API_KEY="<YOUR API KEY HERE>"
29
29
30
30
An example can be found in `.env.example`.
31
31
32
+
**NOTE FOR WINDOWS USERS**:
33
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
34
+
32
35
## Output
33
36
34
37
The project will start at [localhost:1234](http://localhost:1234) and show multiple Google Map instances.
Copy file name to clipboardExpand all lines: examples/places-autocomplete-service/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ GOOGLE_MAPS_API_KEY="<YOUR API KEY HERE>"
29
29
30
30
An example can be found in `.env.example`.
31
31
32
+
**NOTE FOR WINDOWS USERS**:
33
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
34
+
32
35
## Output
33
36
34
37
The project will start at [localhost:1234](http://localhost:1234) and show a map with an input field and an autocomplete functionality.
Copy file name to clipboardExpand all lines: examples/places-autocomplete-widget/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ GOOGLE_MAPS_API_KEY="<YOUR API KEY HERE>"
29
29
30
30
An example can be found in `.env.example`.
31
31
32
+
**NOTE FOR WINDOWS USERS**:
33
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
34
+
32
35
## Output
33
36
34
37
The project will start at [localhost:1234](http://localhost:1234) and show a map with an input field and an autocomplete functionality.
Copy file name to clipboardExpand all lines: examples/places-service-with-element/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ GOOGLE_MAPS_API_KEY="<YOUR API KEY HERE>"
29
29
30
30
An example can be found in `.env.example`.
31
31
32
+
**NOTE FOR WINDOWS USERS**:
33
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
34
+
32
35
## Output
33
36
34
37
The project will start at [localhost:1234](http://localhost:1234) and show a list of restaurants and their ratings close to Istanbul. Information is retrieved from Places Service.
Copy file name to clipboardExpand all lines: examples/places-service/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ GOOGLE_MAPS_API_KEY="<YOUR API KEY HERE>"
29
29
30
30
An example can be found in `.env.example`.
31
31
32
+
**NOTE FOR WINDOWS USERS**:
33
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
34
+
32
35
## Output
33
36
34
37
The project will start at [localhost:1234](http://localhost:1234) and show a Google Map that highlights all nearby Cafes to the central station in Hamburg, and their opening hours. Information is retrieved from Places Service.
Copy file name to clipboardExpand all lines: examples/street-view-panorama-map/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ To see the examples it is needed to add an `.env` file with a [Google Maps API k
27
27
28
28
An example can be found in `.env.example`.
29
29
30
+
**NOTE FOR WINDOWS USERS**:
31
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
32
+
30
33
## Output
31
34
32
35
The project will start at [localhost:1234](http://localhost:1234) and show a map with street view.
Copy file name to clipboardExpand all lines: examples/street-view-panorama-with-element/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ To see the examples it is needed to add an `.env` file with a [Google Maps API k
27
27
28
28
An example can be found in `.env.example`.
29
29
30
+
**NOTE FOR WINDOWS USERS**:
31
+
We are using [cross-env](https://github.com/kentcdodds/cross-env) for environment variables to work on all platforms. There is an issue that `npm` uses `cmd` by default. The workaround is to add `script-shell` to `powershell` in your `.npmrc`. Please follow [this setup](https://github.com/kentcdodds/cross-env/issues/192#issuecomment-513341729) to make it work.
32
+
30
33
## Output
31
34
32
35
The project will start at [localhost:1234](http://localhost:1234) and show a map with a street view element at the right bottom.
0 commit comments