Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabricadecodigo/ionicgooglemapsbasicexample
- Owner: fabricadecodigo
- Created: 2018-01-20T11:56:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T00:19:17.000Z (almost 6 years ago)
- Last Synced: 2024-10-13T23:03:02.783Z (4 months ago)
- Topics: geolocalizacao, geolocalization, geolocation, google-maps, googlemaps, ionic, ionic-framework, ionic2, ionic3, ionicframework
- Language: TypeScript
- Size: 1.91 MB
- Stars: 11
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```