generator-jhipster-google-maps
Install a sample of Google maps on your JHipster application.
Requirement
You need a Google maps API key: https://developers.google.com/maps/documentation/javascript/get-api-key
Usage
This is a JHipster module, that is meant to be use in a JHipster application.
Installation
As this is a JHipster module, we expect you have JHipster and its related tools already installed.
npm install -g generator-jhipster-google-maps
Then run the module on a JHipster generated application:
yo jhipster-google-maps
Angular Google Maps
Angular Google Maps is a set of directives (part of angular-ui) written in CoffeeScript and Javascript which integrate Google Maps in an AngularJS applications.
It is based on the Google Maps Javascript API version 3.
License
Apache-2.0 © Thibaut Mottet