Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ionicthemes/ionic-3-google-maps-google-places-geolocation

This repository is part of an ionic tutorial about Maps! In this tutorial we merged Google maps, Geolocation and Google Places. This ionic tutorial includes a working example you can reuse for your needs!
https://github.com/ionicthemes/ionic-3-google-maps-google-places-geolocation

geolocation googlemaps googlemaps-api ionic-tutorial ionic2 ionic3 ionicframework

Last synced: 3 months ago
JSON representation

This repository is part of an ionic tutorial about Maps! In this tutorial we merged Google maps, Geolocation and Google Places. This ionic tutorial includes a working example you can reuse for your needs!

Awesome Lists containing this project

README

        

This repository is part of an ionic tutorial about Google Maps! In this ionic app example we merged Google maps, Geolocation and Google Places, three of the most important features when we talk about location based apps, into one functional and easy to understand example so you can master the concepts behind location based apps. This ionic tutorial includes a working ionic app example you can reuse for your needs!

Check the complete step by step tutorial in: https://ionicthemes.com/tutorials/about/ionic-2-google-maps-google-places-geolocation

![](https://s3-us-west-2.amazonaws.com/ionicthemes/tutorials/screenshots/ionic-2-google-maps-google-places-geolocation/1.png)
![](https://s3-us-west-2.amazonaws.com/ionicthemes/tutorials/screenshots/ionic-2-google-maps-google-places-geolocation/4.png)

## Installation

Install dependencies
```sh
npm install
```
## Run the ionic app

You try this app on the browser by running the following command:
```sh
ionic serve
```