{
  "id": "com.distriqt.NativeMaps",
  "name": "NativeMaps",
  "url": "https://airnativeextensions.com/extension/com.distriqt.NativeMaps",
  "docUrl": "https://docs.airnativeextensions.com/docs/nativemaps",
  "description": "Display native iOS Apple maps and Android Google maps with interactivity and overlays in your applications",
  "type": "ane",
  "version": "7.0.0",
  "sourceUrl": "https://github.com/distriqt/ANE-NativeMaps/releases/download/v7.0.0/com.distriqt.NativeMaps_7.0.0.airpackage",
  "publishedAt": "2025-08-26T20:00:56.000Z",
  "dependencies": [
    "com.distriqt.Core:7.x.x",
    "androidx.core:2.0.x",
    "com.distriqt.playservices.Base:19.1.x",
    "com.distriqt.playservices.Maps:20.0.x"
  ],
  "parameters": [
    {
      "name": "androidGoogleApiKey",
      "required": "true",
      "description": "Android Google Maps API Key\nSee https://docs.airnativeextensions.com/docs/nativemaps/google-maps"
    },
    {
      "name": "locationUsageDescription",
      "required": "true",
      "defaultValue": "This application would like to use your location.",
      "description": "Location usage description shown in the authorisation dialog on iOS\nSee: https://docs.airnativeextensions.com/docs/nativemaps/request-authorisation#usage-description"
    },
    {
      "name": "locationWhenInUseUsageDescription",
      "required": "true",
      "defaultValue": "This application would like to use your location when in use.",
      "description": "Location usage 'when in use' description shown in the authorisation dialog on iOS\nSee: https://docs.airnativeextensions.com/docs/nativemaps/request-authorisation#usage-description"
    },
    {
      "name": "locationAlwaysUsageDescription",
      "required": "true",
      "defaultValue": "This application would like to use your location in the background.",
      "description": "Location usage 'always' description shown in the authorisation dialog on iOS\nSee: https://docs.airnativeextensions.com/docs/nativemaps/request-authorisation#usage-description"
    },
    {
      "name": "locationAlwaysAndWhenInUseUsageDescription",
      "required": "true",
      "defaultValue": "This application would like to use your location in the background and the foreground.",
      "description": "Location usage description shown in the authorisation dialog on iOS\nSee: https://docs.airnativeextensions.com/docs/nativemaps/request-authorisation#usage-description"
    }
  ],
  "platforms": [
    "android",
    "ios"
  ],
  "platformParameters": {
    "android": {
      "gradleVersion": "8.9",
      "androidGradlePluginVersion": "8.7.3"
    }
  },
  "tags": [
    "maps",
    "google",
    "applemaps",
    "location",
    "places",
    "markers"
  ],
  "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.NativeMaps",
  "status": "release",
  "license": {
    "url": "https://airnativeextensions.com/license",
    "type": "airnativeextensions",
    "public": false
  }
}
