I don't mean the tooltip but the label which is a property of
MarkerOptions. The label is displayed in googlemaps, but it is
positioned on the pin. Now I'd like to move the position of this
label, but I'd not know which property I have to set (if there is
any?).
That's the way I am creating the marker now:
new Marker(new LatLng(0,0), new MarkerOptions({draggable: true,
label: "Name", labelFormat: {size: 11} }));
On Feb 20, 8:35 am, i-gor <[email protected]> wrote:
> It depends what you mean with a label. If you mean the yellow
> tooltip, that's placed dynamically onRollOver and cannot be
> manipulated, but if you want a some sort of rectangle box with a text
> placed beneath each marker, just make a custom icon with such a
> label. If you place the label beneath the anchor point it will be
> placed beneath the marker-position, if you don't use the iconAlignment
> property of course.
>
> On Feb 19, 7:39 pm, cyrt <[email protected]> wrote:
>
> > Is it possible to define some kind of offset for placing a label below
> > the marker?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-maps-api-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---