C++ Java Objective-C++ Objective-C HTML JavaScript Other
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.tx [android] Map European Portuguese to system-compatible locale code May 2, 2018
benchmark Merge branch 'release-boba' into master May 17, 2018
bin [core] Add 'apiBaseURL' argument to mbgl-offline util. Mar 27, 2018
cmake [build] cache Node + Nan headers globally, not build-specific Jun 4, 2018
include/mbgl [core] don't use floating point versions of pow/log Jun 4, 2018
mapbox-gl-js @ a5a8dfe [core] Align match behavior with case/== May 18, 2018
misc [core] update CA bundle Apr 16, 2018
platform [ios] Support safe area in iosapp Jun 9, 2018
scripts [core] Rework spec function/expression taxonomy May 14, 2018
src [core] always commit placement to fix #11795 Jun 7, 2018
test [core] Fix crash due to mixing legacy filters and expressions (#12065) Jun 6, 2018
.clang-format Scope the Tile worker thread to an Environment Mar 18, 2015
.clang-tidy [tidy] Disable clang-analyzer-core.{NullDereference,NonNullParamChecker} May 12, 2017
.gitignore [tests] Added a test for getting resources from the database Feb 26, 2018
.gitmodules [ios, build] Remove obsolete UI tests, KIF and OHHTTPStubs submodules May 24, 2018
.topissuesrc [❤️] Create .topissuesrc (#8568) Mar 30, 2017
.ycm_extra_conf.py [build] Added Qt{4,5} Linux build folders to YCM config Nov 9, 2017
ARCHITECTURE.md [docs] Update ARCHITECTURE.md for immutability and RenderStyle split Jun 6, 2017
CHANGELOG.md [ios, macos] Rename the iOS and macOS SDKs (#10610) Dec 6, 2017
CMakeLists.txt [linux] statically link the C++ standard library Jun 4, 2018
CODE-OF-CONDUCT.md [build] Separate CODE-OF-CONDUCT.md to its own file Jul 19, 2017
CONTRIBUTING.md [ios, macos] Rename the iOS and macOS SDKs (#10610) Dec 6, 2017
DEVELOPING.md [core] Do not use polymorphic lambda Aug 7, 2017
INSTALL.md [docs] Make per-platform installation docs self-contained Apr 30, 2018
ISSUE_TEMPLATE.md Add GitHub issue template! Mar 31, 2016
LICENSE.md [all] - update licenses to 2018 Jan 3, 2018
Makefile [android] - ignore render tests from ignores.json Jun 8, 2018
README.md [docs] Updated link for react native npm package (#11819) May 2, 2018
appveyor.yml [build] Use Qt 5.6.3 instead of 5.7 in AppVeyor May 18, 2018
circle.yml [ios, build] Bump CircleCI to Xcode 9.4 Jun 9, 2018
package.json Merge tag 'ios-v4.0.2' into master May 30, 2018

README.md

Mapbox GL Native

A library for embedding interactive, customizable vector maps into native applications on multiple platforms. It takes stylesheets that conform to the Mapbox Style Specification, applies them to vector tiles that conform to the Mapbox Vector Tile Specification, and renders them using OpenGL. Mapbox GL JS is the WebGL-based counterpart, designed for use on the Web.

The Mapbox GL ecosystem

This repository hosts the cross-platform Mapbox GL Native library, plus convenient SDKs for several platforms. The cross-platform library comes with a GLFW-based demo application for Ubuntu Linux and macOS. The SDKs target the usual languages on their respective platforms:

SDK Languages Build status
Mapbox GL Native C++14 Circle CI build status Coverage Status
Mapbox Maps SDK for Android Java Circle CI build status
Mapbox Maps SDK for iOS Objective-C or Swift Circle CI build status
Mapbox Maps SDK for macOS Objective-C, Swift, or AppleScript Circle CI build status
node-mapbox-gl-native Node.js Circle CI build status
Mapbox Maps SDK for Qt C++03 Circle CI build status AppVeyor CI build status

Additional Mapbox GL Native–based libraries for hybrid applications are developed outside of this repository:

Toolkit Android iOS Developer
React Native (npm) Mapbox
Apache Cordova (npm) Telerik
NativeScript (npm) Telerik
Xamarin Xamarin

If your platform or hybrid application framework isn’t listed here, consider embedding Mapbox GL JS using the standard Web capabilities on your platform.

License

Mapbox GL Native is licensed under the 3-Clause BSD license. The licenses of its dependencies are tracked via FOSSA:

FOSSA Status