Angular maps info window anchor
Closed this issue · 1 comments
lironbar commented
Is there an option to set the info window anchor position few px above its location?
allenhwkim commented
That's google maps setting.
https://developers.google.com/maps/documentation/javascript/infowindows.
https://developers.google.com/maps/documentation/javascript/3.exp/reference#InfoWindowOptions
I see setPosition
and pixelOffset
.
People may wonder why I am just referencing google document without the actual implementation. It's because this is just wrapper of google maps api, and the implementation is just exactly the same as google api by setting attribute or using vanilla Javascript.
Closing this as out of scope.