mapsplugin / ionic-map-provider-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 71.8%Language:Objective-C 12.8%Language:CSS 7.9%Language:Java 6.8%Language:Shell 0.2%Language:C# 0.2%Language:TypeScript 0.1%Language:HTML 0.1%Language:Ruby 0.0%