Hi chrissky- I don't entirely understand your question/code. The marker determines its position by using IPane.fromLatLngToPaneCoords on the LatLng for the marker. That's also how a custom overlay would typically determine its position. If you find yourself needing more flexibility with positioning your marker/label, you might want to do a custom overlay. There's an example in the demo gallery: http://code.google.com/apis/maps/documentation/flash/demogallery.html?searchquery=overlaybase&classname=
- pamela On Thu, Dec 18, 2008 at 8:12 AM, chrissky <[email protected]> wrote: > > I have a custom marker sprite drawn as a small cube with an associated > label. The label can be positioned with different geometry around the > marker. But when positioned on the map, the cube changes position > based upon the geometry of the label. I can understand that a Marker > cannot know which shape within the sprite is the "real marker" - but I > can't figure out how the Marker determines its position on the map. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
