Quote:
Originally Posted by Pety
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!
|
So.. does anybody knows more about the licence? I can integrate the virtualearth, but don't i have to pay a licence to microsoft? If yes: how?
And does anybody know how i can switch from "Road" to "Aerial" or "Birds eye" ? That would be nice
Thanks