This example will compile via Phonegap Build into an App.
This tutorial does three major things
1. Gets Google Maps based on latlong (Latitude and Longitude)
2. Does a reverse geocoding lookup (latlong to street Address)
3. Does a geolocation lookup (or GPS, if available), which returns latlong, then draws a map and does a reverse geocoding lookup.
The goal of this tutorial is to give you the framework for a map addendum.
Many Apps have the secondary need for a map – based on your current location. With the current mobile technology, GPS is readily available on my most smart phones. This post deals with setting up and implementing a GPS-based Google map on your mobile device.
Seven (7) Simple Google Map Examples in one mobile app., A quick tutorial
https://github.com/jessemonroy650/googleMapExamples/blob/master/Tutorial.md
The Code:
https://github.com/jessemonroy650/googleMapExamples
Jesse
This tutorial does three major things
1. Gets Google Maps based on latlong (Latitude and Longitude)
2. Does a reverse geocoding lookup (latlong to street Address)
3. Does a geolocation lookup (or GPS, if available), which returns latlong, then draws a map and does a reverse geocoding lookup.
The goal of this tutorial is to give you the framework for a map addendum.
Many Apps have the secondary need for a map – based on your current location. With the current mobile technology, GPS is readily available on my most smart phones. This post deals with setting up and implementing a GPS-based Google map on your mobile device.
Seven (7) Simple Google Map Examples in one mobile app., A quick tutorial
https://github.com/jessemonroy650/googleMapExamples/blob/master/Tutorial.md
The Code:
https://github.com/jessemonroy650/googleMapExamples
Jesse
Be the first to post a reply!
