This guide will take you through the process of integrating CedarMaps into your Android application.
This guide will take you through the process of integrating CedarMaps into your Android application.
All the mentioned methods and tools in this document are tested on Android Studio v3.2.0.
All the mentioned methods and tools in this document are tested on Android Studio v3.2.1.
## Table of Contents
## Table of Contents
-[Installation](#installation)
-[Installation](#installation)
...
@@ -38,7 +38,7 @@ Then, add this to the `build.gradle` of your **app** module:
...
@@ -38,7 +38,7 @@ Then, add this to the `build.gradle` of your **app** module:
```groovy
```groovy
dependencies{
dependencies{
implementation'com.cedarmaps:CedarMapsSDK:3.1.2'
implementation'com.cedarmaps:CedarMapsSDK:3.2.0'
}
}
```
```
...
@@ -97,7 +97,7 @@ CedarMaps.getInstance()
...
@@ -97,7 +97,7 @@ CedarMaps.getInstance()
### Mapbox
### Mapbox
CedarMaps SDK is based on [Mapbox GL Android SDK v6.3.0](https://github.com/mapbox/mapbox-gl-native) and provides extra API methods over Mapbox.
CedarMaps SDK is based on [Mapbox GL Android SDK v6.8.0](https://github.com/mapbox/mapbox-gl-native) and provides extra API methods over Mapbox.
For more information about how to use MapView and other components such as **Adding Markers**, **Showing Current Location**, etc., please see [Mapbox Getting Started](https://www.mapbox.com/help/first-steps-android-sdk/).
For more information about how to use MapView and other components such as **Adding Markers**, **Showing Current Location**, etc., please see [Mapbox Getting Started](https://www.mapbox.com/help/first-steps-android-sdk/).