kiddykooly / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

Replace current "focused" graphics with fully customizable popup View #214

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Now that the MapView is a ViewGroup, we can add arbitrary Views to the map and 
we can "pin" them to a lat/long. Our current focused graphics are custom drawn 
and have largely gone unmaintained.

Let's replace the custom graphics with a simple RelativeLayout view with a 
nine-patch background (android provides a few native ones that are perfect). 
Users can then add their own controls as they need. OpenStreetMapViewer should 
be updated to demonstrate.

Thoughts?

Original issue reported on code.google.com by kurtzm...@gmail.com on 16 May 2011 at 12:16

GoogleCodeExporter commented 8 years ago
This has been implemented by the osmbonuspack project.

Original comment by kurtzm...@gmail.com on 3 May 2013 at 2:19