92

GitHub - mapbox/mapbox-java: Mapbox Java SDK

 5 years ago
source link: https://github.com/mapbox/mapbox-java
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md


Mapbox Service

Build powerful Java apps using Mapbox's tools and services

Maven Central 68747470733a2f2f636972636c6563692e636f6d2f67682f6d6170626f782f6d6170626f782d6a6176612e7376673f7374796c653d736869656c6426636972636c652d746f6b656e3d3a636972636c652d746f6b656e 68747470733a2f2f636f6465636f762e696f2f67682f6d6170626f782f6d6170626f782d6a6176612f6272616e63682f6d61737465722f67726170682f62616467652e737667


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 Sonatype. There are several different snapshots built nightly. Feel free to use any of the modules as needed.

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

dependencies {
    compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.3.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.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK