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

https://github.com/mapsplugin/ionic-googlemaps-quickdemo-v5


https://github.com/mapsplugin/ionic-googlemaps-quickdemo-v5

Last synced: 7 months ago
JSON representation

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
```