-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Marker labels #651
Comments
We'd welcome a PR on this, but probably can't get to ourselves in a very timely manner. There are some more pressing issues to attend to. |
However it is done try to focus on not adding more attributes, try to utilize options. |
This feature would be nice, I was trying to accomplish this by using the style attribute, but I couldn't. |
@Theil PRs welcome! |
I do not think this is possible.. MarkerLabels are bound to GMarkers themselves. If you want the labels to be separate to a Marker then you should have two stacks of markers one where the marker is hidden (no icon) and label only, and another with normal markers. Otherwise you need to write a new directive with just labels. |
This is because MarkerWithLabel , and MarkerLabel they are from the google utils tool kit. |
It is definitely not on my scope radar and it will need to be done and PR'd from someone else. |
This is or should be supported on develop now. I need to write some specs and verify but this should be considered in-progress if not mostly done. |
#820 documentation related. I believe this ticket is resolved |
Hi guys,
Just want to know how I can change the islabel attribute to depend on controller variable, as I want labels only to display when zoom level greater that certain value, and I don't want the markers to redraw, labels should just appear and disappear....
The text was updated successfully, but these errors were encountered: