https://github.com/mapsplugin/ionic-googlemaps-quickdemo-v4
https://github.com/mapsplugin/ionic-googlemaps-quickdemo-v4
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mapsplugin/ionic-googlemaps-quickdemo-v4
- Owner: mapsplugin
- Created: 2018-08-07T02:31:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:26:04.000Z (about 3 years ago)
- Last Synced: 2025-04-11T04:30:42.183Z (10 months ago)
- Language: TypeScript
- Size: 22.1 MB
- Stars: 80
- Watchers: 5
- Forks: 67
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @ionic-native/google-maps@5.0.xxx demo
This demo application is aim to describe how to use `@ionic-native/google-maps` with Ionic v4.
- [sample.apk](https://github.com/mapsplugin/ionic-googlemaps-quickdemo-v4/blob/master/sample.apk?raw=true)
- [browser demo](https://mapsplugin.github.io/ionic-googlemaps-quickdemo-v4/)
## Before use this demo...
Please replace `(API key)` in `config.xml` and `package.json` files with your API keys.
-----------
# How to use?
```
$> ionic cordova plugin add https://github.com/mapsplugin/cordova-plugin-googlemaps#multiple_maps
$> npm install @ionic-native/core@beta @ionic-native/google-maps@beta --save
```