Hi varchar
Sorry for being late.
To Change the Map data source, double click at MapView.xcodeproj inside Frameworks Group of your project.
Then go to RMMapContents.m and import VirtualEarth for example,
Code:
#import "RMVirtualEarthSource.h"
And in - (id) initForView: (UIView*) view WithLocation:CLLocationCoordinate2D)latlong
change the first line with
Code:
id<RMTileSource> _tileSource = [[RMVirtualEarthSource alloc] init];
All sources avaliable are listed under Tile Source
i donīt know if you need a license to use Virtua Earth.
Iīm lookin for info, if you get it, tell us.
Bye!