angular-google-maps-native
angular-google-maps-native copied to clipboard
AngularJS directives for the Google Maps Javascript API using the native way
@jbdemonte Initially the div in which my map is rendered is false and after clicking on button it sets to true. But map is not loaded. It gets loaded after...
At the time of this writing (or earlier) it seems google requires an api key when using the map. https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error How do we pass the key to the map?
Hi, This patch prepares the module for webpack etc. It follows the best practices/same patterns that you find elsewhere, it allows you to do the following: ``` js angular.module('myApp', [...
gmLibrary.load() throws in console ``` "Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required" ```