On Nov 2, 2012, at 2:29 PM, Goncalo Oliveira <gonc...@minkan.net> wrote:
> I'm trying to create a custom OverlayItem with the ability to rotate the 
> marker drawable by N degrees. The thing is, MfA implementation does not match 
> Google API.

Mono.Android.GoogleMaps.dll isn't a re-implementation of Google's API. It's a 
binding of their API.

> There's no getter for the marker drawable - getMarker( int stateBitset )

Sorry, that's a bug in our binding. This will be fixed in the next stable 
release.

> - and the MMarker is always null.

I suspect that this will also be true in Java as well. The MMarker property is 
a binding for the mMarker field:

        
https://developers.google.com/maps/documentation/android/reference/com/google/android/maps/OverlayItem#mMarker

Perhaps you're supposed to set it manually or use the OverlayItem.SetMarker() 
method?

Thanks,
 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to