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?
I have problems implementing the ItemizedOverlay on monodroid from this tutorial: http://developer.android.com/resources/tutorials/views/hello-mapview.html , Does
Share
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.