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 you can actually use 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 this you need to:

  1. Register your app for OSM license and get 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