Get Started

Build the map experience you want in your Android applications with full control using a variety of modifications and schemas with AhoyMaps Android SDK.

Requirements

The AhoyMaps SDK for Android is compatible with applications that are built

  • using the Android SDK 21 or higher.
  • in Kotlin.

Get your subscription key

To use AhoyMaps SDK you need to have an active subscription key which can be obtained from subscriptions page under your AMS account.

Add dependency

To include AhoyMaps SDK in your project, add the following dependencies to your module’s build.gradle file:

implementation("com.theahoyapp:ahoy-maps:$latest_version")

Initialisation

Initialise the SDK using your subscription key

MapsManagerInstance.INSTANCE.init("YOUR_SDK_KEY_HERE") { ex ->
 if (ex != null) {
     ex.printStackTrace()
           return@init
     }
 // If there is no exception, it means we're ready to proceed
}

Features

With AhoyMaps Android SDK you can,