All Projects → mapbox → Mapbox Java

mapbox / Mapbox Java

Licence: mit
The Mapbox Java SDK – Java wrappers around Mapbox APIs and other location data

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mapbox Java

Leaflet Geoman
🍂🗺️ The most powerful leaflet plugin for drawing and editing geometry layers
Stars: ✭ 1,088 (+252.1%)
Mutual labels:  geojson, mapbox
geocoder
Web app interface for geocoding addresses in CSV files.
Stars: ✭ 17 (-94.5%)
Mutual labels:  geocoding, geojson
Mapbox Gl Native Android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Stars: ✭ 135 (-56.31%)
Mutual labels:  geojson, mapbox
Benmaps.fr
Web maps that don't track you.
Stars: ✭ 147 (-52.43%)
Mutual labels:  geocoding, mapbox
routing-py
🌎 Python library to access all public routing, isochrones and matrix APIs in a consistent manner.
Stars: ✭ 106 (-65.7%)
Mutual labels:  navigation, mapbox
Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+2494.5%)
Mutual labels:  geojson, mapbox
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: ✭ 267 (-13.59%)
Mutual labels:  geocoding, mapbox
Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+1223.95%)
Mutual labels:  geojson, mapbox
leaflet-examples
🍁 A collection of examples of leaflet map usage
Stars: ✭ 90 (-70.87%)
Mutual labels:  geocoding, geojson
react-native-mapbox-navigation
A navigation UI ready to drop into your React Native application
Stars: ✭ 86 (-72.17%)
Mutual labels:  navigation, mapbox
L7
🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.
Stars: ✭ 2,517 (+714.56%)
Mutual labels:  geojson, mapbox
kirby-locator
A simple map & geolocation field, built on top of open-source services and Mapbox. Kirby 3 only.
Stars: ✭ 83 (-73.14%)
Mutual labels:  geocoding, mapbox
country-bounding-boxes
A list of ISO 3166-1 country codes and their bounding boxes.
Stars: ✭ 26 (-91.59%)
Mutual labels:  geocoding, mapbox
civil-services-geojson-app
Electron App for Loading GeoJSON files with Mapbox
Stars: ✭ 18 (-94.17%)
Mutual labels:  geojson, mapbox
Covid19 Full Stack Application
Coronavirus - (COVID-19) Full Stack Application
Stars: ✭ 270 (-12.62%)
Mutual labels:  geojson, mapbox
React Sidenav
React SideNav component
Stars: ✭ 286 (-7.44%)
Mutual labels:  navigation
Mapdeck
R interface to Deck.gl and Mapbox
Stars: ✭ 296 (-4.21%)
Mutual labels:  mapbox
Menuspy
A JavaScript library to make navigation menus highlight the item based on currently in view section.
Stars: ✭ 283 (-8.41%)
Mutual labels:  navigation
Allok8
⚡️A pretty swell Kubernetes visualization tool
Stars: ✭ 281 (-9.06%)
Mutual labels:  navigation
Fancy on boarding
Fancy OnBoarding Screen Library
Stars: ✭ 307 (-0.65%)
Mutual labels:  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 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].