Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/ionicthemes/ionic-3-google-maps-google-places-geolocation
- Owner: ionicthemes
- Created: 2017-08-17T19:01:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T13:25:38.000Z (over 6 years ago)
- Last Synced: 2024-09-29T23:21:52.232Z (4 months ago)
- Topics: geolocation, googlemaps, googlemaps-api, ionic-tutorial, ionic2, ionic3, ionicframework
- Language: TypeScript
- Homepage: https://ionicthemes.com/tutorials/about/ionic-2-google-maps-google-places-geolocation
- Size: 977 KB
- Stars: 32
- Watchers: 6
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 appYou try this app on the browser by running the following command:
```sh
ionic serve
```