An open API service indexing awesome lists of open source software.

https://github.com/mapsplugin/ionic-map-provider-example


https://github.com/mapsplugin/ionic-map-provider-example

Last synced: 11 months ago
JSON representation

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

![](demo.gif)