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

Marker click open window with data and position of another marker

Open gabrielpcosta18 opened this issue 8 years ago • 0 comments

Hello,

When I click in a marker, the window is displayed in the position of another marker. Why?

<ui-gmap-window show="map.window.show" coords="map.window.marker.coords" closeClick="map.window.closeClick()">
  <div>{{map.window.marker.id}}</div>
</ui-gmap-window>

<ui-gmap-markers models="map.markers" idkey="map.markers.id" ng-repeat="marker in map.markers" ng-if="isVisible(marker)" coords="marker.coords" events="marker.events">
</ui-gmap-markers>

gabrielpcosta18 avatar Apr 08 '16 19:04 gabrielpcosta18