Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lbroman/mapbox-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 atthe 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 onour 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 — orask 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 onSonatype. 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.1.0-SNAPSHOT'}

Sample code

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

Contributing

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

About

Mapbox Java SDK

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java98.7%
  • Makefile1.3%

[8]ページ先頭

©2009-2025 Movatter.jp