Mapbox Java SDK


Лицензия

Лицензия

Группа

Группа

com.mapbox.mapboxsdk
Идентификатор

Идентификатор

mapbox-sdk-services
Последняя версия

Последняя версия

5.9.0-alpha.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Mapbox Java SDK
Mapbox Java SDK
Ссылка на сайт

Ссылка на сайт

https://github.com/mapbox/mapbox-java
Система контроля версий

Система контроля версий

https://github.com/mapbox/mapbox-java

Скачать mapbox-sdk-services

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.mapbox.mapboxsdk/mapbox-sdk-services/ -->
<dependency>
    <groupId>com.mapbox.mapboxsdk</groupId>
    <artifactId>mapbox-sdk-services</artifactId>
    <version>5.9.0-alpha.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mapbox.mapboxsdk/mapbox-sdk-services/
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.9.0-alpha.1'
// https://jarcasting.com/artifacts/com.mapbox.mapboxsdk/mapbox-sdk-services/
implementation ("com.mapbox.mapboxsdk:mapbox-sdk-services:5.9.0-alpha.1")
'com.mapbox.mapboxsdk:mapbox-sdk-services:jar:5.9.0-alpha.1'
<dependency org="com.mapbox.mapboxsdk" name="mapbox-sdk-services" rev="5.9.0-alpha.1">
  <artifact name="mapbox-sdk-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mapbox.mapboxsdk', module='mapbox-sdk-services', version='5.9.0-alpha.1')
)
libraryDependencies += "com.mapbox.mapboxsdk" % "mapbox-sdk-services" % "5.9.0-alpha.1"
[com.mapbox.mapboxsdk/mapbox-sdk-services "5.9.0-alpha.1"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.mapbox.mapboxsdk : mapbox-sdk-core jar 5.9.0-alpha.1
com.mapbox.mapboxsdk : mapbox-sdk-geojson jar 5.9.0-alpha.1
com.mapbox.mapboxsdk : mapbox-sdk-directions-models jar 5.9.0-alpha.1
com.mapbox.mapboxsdk : mapbox-sdk-directions-refresh-models jar 5.9.0-alpha.1

Модули Проекта

Данный проект не имеет модулей.


Mapbox Service

Build powerful Java apps using Mapbox's tools and services

Maven Central


The Mapbox Java SDK contains directions, geocoding, and many more APIs to use inside your Android or Java application. This repository holds the source code for the project and is divided into several modules to make it easier for developers to only include the dependencies needed for their project.

Getting Started

If you are looking to include this inside 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.

Documentation

You'll find all of the documentation for this SDK on our Mapbox Java documentation page. This includes information on installation, using the APIs, 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 Java, 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 bugfixes 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 Java SDK via Gradle, available on JFrog. There are several different snapshots built nightly. Feel free to use any of the modules as needed.

repositories {
    jcenter()
    maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }
}

dependencies {
    implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.8.0-SNAPSHOT'
}

Sample code

View the CLI samples or download the Mapbox Demo App to see what's possible with the Mapbox Java SDK. You can also visit the Mapbox Android examples page for additional code examples.

Contributing

All libraries are contained within the mapbox folder. You can import the project using Android Studio or IntelliJ IDEA. Read the contribution guide to get setup properly.

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.

Версии библиотеки

Версия
5.9.0-alpha.1
5.8.0
5.8.0-beta.4
5.8.0-beta.3
5.8.0-beta.2
5.7.0
5.7.0-beta
5.6.0
5.5.0
5.4.1
5.3.0
5.1.0
5.1.0-beta.2
5.1.0-beta.1
5.0.0
4.9.1
4.9.0
4.9.0-alpha.1
4.8.0
4.8.0-alpha.3
4.8.0-alpha.2
4.8.0-alpha.1
4.7.0
4.7.0-alpha.1
4.6.0
4.5.0
4.4.0
4.3.0
4.2.0
4.1.2
4.1.1
4.1.0
4.0.0
3.4.1
3.4.0
3.3.0
3.2.0
3.1.0
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