https://github.com/mapsplugin/ionic-map-provider-example
https://github.com/mapsplugin/ionic-map-provider-example
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mapsplugin/ionic-map-provider-example
- Owner: mapsplugin
- License: mit
- Created: 2018-04-06T21:32:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T21:06:22.000Z (over 7 years ago)
- Last Synced: 2025-01-14T05:44:12.245Z (about 1 year ago)
- Language: JavaScript
- Size: 9.53 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ionic-map-provider-example
This project is an example how to use `@ionic-native/google-maps` as `provider`.
----
## Abstract
In this example, the app has a map in two pages `Home` and `Contact`.
The `MapProvider` keeps only one map instance, and reuse it.
----
## How to run this example?
```
$> git clone https://github.com/mapsplugin/ionic-map-provider-example
$> cd ionic-map-provider-example
// Please replace with your API key in the below two files:
$> vim config.xml
$> vim package.json
$> npm i
$> ionic cordova run android
```
---
## Demo
