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

Is it possible to listen to "set_at" event using the ui-gmap-polygon?

Open ballistic opened this issue 10 years ago • 4 comments

When using the ui-gmap-polygon directive, I can specify the events attribute so I can listen to the events that are triggered on the polygon (https://developers.google.com/maps/documentation/javascript/reference#Polygon).

However, if I want to react to the set_at even, I need to get the polygon's path and then set an event listener to the path for that event.

Since I'm using ui-gmap-polygon directive, I do not have access to when the polygon is created.

How would I go about listening to the set_at event while using the directive?

I've also asked this question on StackOverflow: http://stackoverflow.com/questions/29176269/listening-to-set-event-using-the-ui-gmap-polygon

ballistic avatar Mar 20 '15 22:03 ballistic

I have the same issue

tflack avatar Sep 08 '15 21:09 tflack

me too and I can't find a solution.

AbderrahimDz24 avatar Apr 19 '16 23:04 AbderrahimDz24

Me too

mattb103190 avatar Jul 28 '16 21:07 mattb103190

Me too

mehanika avatar Oct 04 '16 17:10 mehanika