Mapbox Android Telemetry Library


License

License

GroupId

GroupId

com.mapbox.mapboxsdk
ArtifactId

ArtifactId

mapbox-android-telemetry
Last Version

Last Version

7.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

Mapbox Android Telemetry Library
Mapbox Android Telemetry Library
Project URL

Project URL

https://github.com/mapbox/mapbox-events-android
Source Code Management

Source Code Management

https://github.com/mapbox/mapbox-events-android

Download mapbox-android-telemetry

How to add to project

<!-- https://jarcasting.com/artifacts/com.mapbox.mapboxsdk/mapbox-android-telemetry/ -->
<dependency>
    <groupId>com.mapbox.mapboxsdk</groupId>
    <artifactId>mapbox-android-telemetry</artifactId>
    <version>7.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mapbox.mapboxsdk/mapbox-android-telemetry/
implementation 'com.mapbox.mapboxsdk:mapbox-android-telemetry:7.0.0'
// https://jarcasting.com/artifacts/com.mapbox.mapboxsdk/mapbox-android-telemetry/
implementation ("com.mapbox.mapboxsdk:mapbox-android-telemetry:7.0.0")
'com.mapbox.mapboxsdk:mapbox-android-telemetry:aar:7.0.0'
<dependency org="com.mapbox.mapboxsdk" name="mapbox-android-telemetry" rev="7.0.0">
  <artifact name="mapbox-android-telemetry" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mapbox.mapboxsdk', module='mapbox-android-telemetry', version='7.0.0')
)
libraryDependencies += "com.mapbox.mapboxsdk" % "mapbox-android-telemetry" % "7.0.0"
[com.mapbox.mapboxsdk/mapbox-android-telemetry "7.0.0"]

Dependencies

compile (5)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 3.12.0
com.google.code.gson : gson jar 2.8.5
androidx.annotation » annotation jar 1.0.0
com.mapbox.mapboxsdk : mapbox-android-core jar 4.0.0
androidx.legacy » legacy-support-core-utils jar 1.0.0

Project Modules

There are no modules declared in this project.

CircleCI codecov

Mapbox Mobile Events

This repository houses the Mapbox Telemetry and Core Libraries for Android.

About libtelemetry

The Mapbox Telemetry Library for Android is used to collect anonymous and aggregated information about Mapbox usage. We use telemetry from all Mapbox SDKs to improve our map, directions, travel times, and search. We collect anonymous data about how users interact with the map to help developers build better location based applications.

Visit https://www.mapbox.com/telemetry for higher-level information about telemetry and data security at Mapbox

About libcore

The Mapbox Core Library for Android is a set of utilities that help you with permissions, device location, and connectivity within your Android project. You can:

  • Check for, request, and respond to any number of Android system permissions such as device location or camera.
  • Check for and respond to a change in the device's internet connectivity status.
  • Retrieve a device's real-time location.

Getting Started

If you are looking to include the Core Library inside of your project, please take a look at the detailed instructions found in our docs. If you are interested in building from source, read the contributing guide inside of this project.

The snippet to add to your app-level build.gradle file to use is the following:

// Mapbox Core Library for Android

implementation 'com.mapbox.mapboxsdk:mapbox-android-core:0.2.1'

To run the sample code on a device or emulator, include your developer access token in developer-config.xml found in the project.

Documentation

You'll find all of the documentation for the Core Library on our Mapbox Core page. This includes information on installation, using the API, and links to the API reference.

Getting Help

  • Need help with your code?: Look for previous questions on the #mapbox tag — or ask a new question.
  • Have a bug to report? Open an issue. If possible, include the version of Mapbox Core that you're using, a full log, and a project that shows the issue.
  • Have a feature request? Open an issue. Tell us what the feature should do and why you want the feature.

Using Snapshots

If you want to test recent bug fixes or features that have not been packaged in an official release yet, you can use a -SNAPSHOT release of the current development version of the Mapbox Core Library via Gradle, available on Sonatype.

repositories {
    mavenCentral()
    maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}

dependencies {
    implementation 'com.mapbox.mapboxsdk:mapbox-android-core:X.X.X-SNAPSHOT'
}

Sample code

This repo's test app can help you get started with the Core library and to inspire you.

Contributing

We welcome feedback, translations, and code contributions! Please see CONTRIBUTING.md for details.

com.mapbox.mapboxsdk

Mapbox

Mapbox is the location data platform for mobile and web applications. We're changing the way people move around cities and explore our world.

Versions

Version
7.0.0
6.3.0
6.2.2
6.2.1
6.2.0
6.1.0
6.0.0
5.1.0
5.0.1
5.0.0
4.7.5
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.0
4.5.1
4.5.0
4.4.1
4.4.0
4.3.0
4.2.0
4.1.1
4.1.0
4.0.0
3.5.8
3.5.7
3.5.6
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.0
3.3.0
3.2.1
3.2.0
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1