Skip to content

DigitalSky Airspace Layers

Introduction

This is an easy & FREE to integrate DigitalSky Airspace zones layers widget by Mappls.

The drone airspace map is an interactive map of India that demarcates the yellow and red zones across the country.

The airspace map may be modified by authorised entities from time to time. Anyone planning to operate a drone should mandatorily check the latest airspace map for any changes in zone boundaries.

Add the dependency

Add below dependency in your app-level build.gradle

Kotlin (build.gradle.kts)

// When using the BoM, you don't specify versions in Mappls library dependencies
implementation("com.mappls.sdk:raster-catalogue-plugin")

//Or Add Dependency with Version
implementation("com.mappls.sdk:raster-catalogue-plugin:2.0.0")

Groovy (build.gradle)

// When using the BoM, you don't specify versions in Mappls library dependencies
implementation 'com.mappls.sdk:raster-catalogue-plugin'

//Or Add Dependency with Version
implementation("com.mappls.sdk:raster-catalogue-plugin:2.0.0")

Available Raster Catalogue Layer

  1. MapplsRasterCatalogueType.INTERNATIONAL_BOUNDARY_25_KM
  2. MapplsRasterCatalogueType.AIRPORT_8_TO_12_KM_YELLOW
  3. MapplsRasterCatalogueType.AIRPORT_5_TO_8_KM
  4. MapplsRasterCatalogueType.AIRPORT_0_T0_5_KM

Initialise the plugin

Java

MapplsRasterCataloguePlugin mapplsRasterCataloguePlugin = new MapplsRasterCataloguePlugin(mapView, mapplsMap);

Kotlin

val mapplsRasterCataloguePlugin = MapplsRasterCataloguePlugin(mapView, mapplsMap)

Add Raster Catalogue layer

Java

mapplsRasterCataloguePlugin.addRasterCatalogueLayer(MapplsRasterCatalogueType.AIRPORT_0_T0_5_KM);

Kotlin

mapplsRasterCataloguePlugin?.addRasterCatalogueLayer(MapplsRasterCatalogueType.AIRPORT_0_T0_5_KM)

Remove Raster Catalogue Layer

Java

mapplsRasterCataloguePlugin.removeRasterCatalogueLayer(MapplsRasterCatalogueType.AIRPORT_0_T0_5_KM);

Kotlin

mapplsRasterCataloguePlugin?.removeRasterCatalogueLayer(MapplsRasterCatalogueType.AIRPORT_0_T0_5_KM)

For any queries and support, please contact:

Email us at apisupport@mappls.com

Support Need support? contact us!



@ Copyright 2025 CE Info Systems Ltd. All Rights Reserved.