allenhwkim / angularjs-google-maps

The Simplest AngularJS Google Maps V3 Directive
http://ngmap.github.io
MIT License
1.52k stars 517 forks source link

Custom marker rotation #802

Open monis01 opened 7 years ago

monis01 commented 7 years ago

Hi,

At present is there any functionality for rotating custom markers ?

Thanks.

allenhwkim commented 7 years ago

It might be possible with CSS animation, but haven't tried.

monis01 commented 7 years ago

Thanks for the reply, is there any possibility to add this feature in future?

allenhwkim commented 7 years ago

@monis01 this won't be a feature of this repo if CSS can do it.

monis01 commented 7 years ago

I am able to get the DOM element regarding my icon in normal implementation of (a) google map but not with (b) ng-map . Have I missed something?

(a) caronline.png and I can rotate it. ss1

(b) caroffline

ss2

Thanks

lickybuay commented 6 years ago

How do you make it work?

phaniapsr commented 6 years ago

I am looking for the above requirement in AGM. If somebody achieved it please do post the way.