Search code examples
c#androidgoogle-mapsxamarin.androidoverlays

Overlays with GoogleMaps on Monodroid


I have problems implementing the ItemizedOverlay on monodroid from this tutorial: http://developer.android.com/resources/tutorials/views/hello-mapview.html, Does someone knows how to do that on Monodroid?


Solution

  • Xamarin's Maps and Location tutorial covers how to create map overlays. ItemizedOverlay is an abstract class, so you need to create your own subclass of it.