angular-google-maps icon indicating copy to clipboard operation
angular-google-maps copied to clipboard

AngularJS directives for the Google Maps Javascript API

Results 100 angular-google-maps issues
Sort by recently updated
recently updated
newest added

Hi All The google API docs state it's possible to assign an array of paths to a single polygon - is this possible using angular-ui? I get the following errors...

Have a feature request? ======================= I would love to be able to adjust the language at runtime. I was able to successfully do this with some small modification to the...

## Version 2.4.0 ## Test Case [http://jsbin.com/xelatibehe/edit?html,js,output](http://jsbin.com/xelatibehe/edit?html,js,output) ## Steps to reproduce Add a `ui-gmap-polygons` directive and try setting the `draggable` attribute to any property from your model other than `"draggable"`,...

## Version 2.3.2 ## Steps to reproduce Create a `ui-gmap-polylines` with a stroke property, like so: ``` ``` Have some UI function that allows highlight of particular lines. Then highlight...

Thank you for a great library! ## Version 2.3.0 ## Test Case This actually a question. If a case is needed, I'll update this post. ## Steps to reproduce See...

Using this markup, my custom control is displayed in 2.3.2 but is not in 2.3.3 ` `

bug

Hello, When users click on an embedded google map POI, a default info window is displayed. (see image below) Is it possible to get the information about that POI ourselves...

Here is a plunker : http://plnkr.co/edit/nXGt5U2bW8DMzLFHU0za?p=preview I am trying to create a data layer similar to https://developers.google.com/maps/documentation/javascript/examples/layer-data-quakes using the ui-gmap-layer directive. I see this error on the console and its...

How to add a custom Attribute (like<img id="customId">) to tag that is generated by google maps as a Marker Icon? Any help would be appreciated. <div class="gmnoprint" title="" style="width: 15px;...