Hello!

I am making a nice demo for the new Google Maps bindings and have
found out that ItemizedOverlay does not work as it is not possible to
override the createItem(int index) method.

It fails with this when trying to build:
"C:\Users\tcielecki\Desktop\MonoDroid.GoogleMapsDemo\MonoDroid.GoogleMapsDemo\MonoDroid.GoogleMapsDemo.csproj"
(SignAndroidPackage target) (1) ->
(_CompileJava target) ->
  obj\Debug\android\src\monodroid\googlemapsdemo\MyItemizedOverlay.java(4,8):
error :  monodroid.googlemapsdemo.MyItemizedOverlay is not abstract
and does not override abstract method createItem(int) in
com.google.android.maps.ItemizedOverlay
[C:\Users\tcielecki\Desktop\MonoDroid.GoogleMapsDemo\MonoDroid.GoogleMapsDemo\MonoDroid.GoogleMapsDemo.csproj]
obj\Debug\android\src\monodroid\googlemapsdemo\MyItemizedOverlay.java(4,8):
error : public class MyItemizedOverlay
[C:\Users\tcielecki\Desktop\MonoDroid.GoogleMapsDemo\MonoDroid.GoogleMapsDemo\MonoDroid.GoogleMapsDemo.csproj]
obj\Debug\android\src\monodroid\googlemapsdemo\MyItemizedOverlay.java(4,8):
error :  
[C:\Users\tcielecki\Desktop\MonoDroid.GoogleMapsDemo\MonoDroid.GoogleMapsDemo\MonoDroid.GoogleMapsDemo.csproj]

Intellisense does not provide any methods to override when trying to.

I'll make a bug report as well.
-- 
Med Venlig Hilsen / With Best Regards
Tomasz Cielecki
http://ostebaronen.dk
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to