-
Notifications
You must be signed in to change notification settings - Fork 75
Free openstreetmap license
nutiteq edited this page Dec 21, 2012
·
10 revisions
By default SDK is in evaluation mode with Nutiteq logo and evaluation text. But now you can use Nutiteq 3D SDK for free for OpenStreetMap-powered applications. The terms are:
- You must use OpenStreetMap as base map. You can use any service, online or offline source for this.
- You cannot cover or obfuscate OpenStreetMap logo on the map
For replacing logo to OSM one you need to:
- Register your app for OSM license and get Nutiteq SDK OSM license SDK key
- Add following code with your key:
if(MapView.registerLicense("YOUR_LICENSE_KEY", getApplicationContext())){
Log.info("license ok");
}else{
Log.error("license not accepted");
}