Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabricadecodigo/ionicgooglemapsbasicexample

A basic example of integration between Ionic and Google Maps
https://github.com/fabricadecodigo/ionicgooglemapsbasicexample

geolocalizacao geolocalization geolocation google-maps googlemaps ionic ionic-framework ionic2 ionic3 ionicframework

Last synced: 4 months ago
JSON representation

A basic example of integration between Ionic and Google Maps

Awesome Lists containing this project

README

        

# IonicGoogleMapsBasicExample
A basic example of integration between Ionic and Google Maps

**Updated with Ionic 4**

## How to run this example

### With the Ionic CLI:

Run the command below to install the dependencies

```bash
$ npm install
```

Then, to run it in a Browser

```bash
$ ionic serve
```

Or to run it in a Device

Android

```bash
$ ionic cordova platform add android
$ ionic cordova run android
```

iOS

```bash
$ ionic cordova platform add ios
$ ionic cordova run ios
```