Community
Topic: iOS SDK
Custom Marker Image (SOLVED)
It's possible change default marker with an image in the app?
Found:
ViewController geoMain = new ViewController(new GeoViewMarkerAdapter(new CGSize(30, 45)),
new MapViewMarkerAdapter(new CGSize(40, 40)));
:)