views:

22

answers:

0

Is it possible to use a layout defined in XML as an OverlayItem to be added to a MapView instead of just a single drawable? I have several Overlays being drawn on the map but they are just single images, I would now like to place Overlays that are more complex objects instead of just a simple drawable.

I am planning on drawing a marker with a dynamic image inside it (just a friend locator type thing), where each marker has a different picture inside.

Is adding these as OverlayItems the way to go about it or do I need to add each one to the MapView as a child view (this seems like it would be inefficient)?