Skip to content

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:

  1. Register your app for OSM license and get Nutiteq SDK OSM license SDK key
  2. Add following code with your key:
        if(MapView.registerLicense("YOUR_LICENSE_KEY", getApplicationContext())){
            Log.info("license ok");
        }else{
            Log.error("license not accepted");
        }
Clone this wiki locally