https://github.com/mapsplugin/ionic-googlemaps-quickdemo-v5
https://github.com/mapsplugin/ionic-googlemaps-quickdemo-v5
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mapsplugin/ionic-googlemaps-quickdemo-v5
- Owner: mapsplugin
- Created: 2020-05-21T22:42:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:30:10.000Z (about 3 years ago)
- Last Synced: 2025-04-11T04:30:43.791Z (10 months ago)
- Language: TypeScript
- Size: 13.2 MB
- Stars: 2
- Watchers: 1
- Forks: 10
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @ionic-native/google-maps@5.26.0 demo
This demo application is aim to describe how to use `@ionic-native/google-maps` with Ionic 6.9.2.
New features of `cordova-plugin-googlemaps@2.8.0` are `DirectionsService` and `ElevationService`.
- [sample.apk](https://github.com/mapsplugin/ionic-googlemaps-quickdemo-v5/blob/master/sample.apk?raw=true)
- [browser demo](https://mapsplugin.github.io/ionic-googlemaps-quickdemo-v5/)
## Change the API keys
Please replace the API keys in the `config.xml` file with your API keys.
Defined API keys are restricted. You can not use these keys in your app.
```xml
...
```
-----------
# How to use?
```
$> ionic cordova plugin add github.com/mapsplugin/cordova-plugin-googlemaps#multiple_maps
$> npm install @ionic-native/google-maps@5.27.0-beta-20200630
```