Phonegap Boilerplate provides some helpers to easily add Google Maps in your app pages.
gmapsThe gmaps.js library can be required via the
gmaps module.
When gmaps is required, Google Maps is available via the google.maps global.
core/utils/GeolocationHelperThe GeolocationHelper is available to ease user geolocation. An instance of this helper can be required via the app/singletons/geolocation module.
core/utils/UserLocationTrackerUserLocationTracker is a helper used to track a user device and display its position on a map.