xamarin.ios - MKCoordinateRegionMakeWithDistance is unavailable on MonoTouch? -
i trying convert map example objective-c monotouch mkcoordinateregionmakewithdistance isn't wrapped in .net far managed find.
this issue has been marked resolved monotouch team, it? :-) https://bugzilla.novell.com/show_bug.cgi?id=629743
it's there in monotouch 4.
using monotouch.mapkit; ... var region = mkcoordinateregion.fromdistance(center, latmeters, lngmeters); hope helps.
Comments
Post a Comment