Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
/ mapbox-gl-native Public archive

Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL

License

Notifications You must be signed in to change notification settings

mapbox/mapbox-gl-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

164d156 · Jan 25, 2017
Jan 23, 2017
Nov 22, 2016
Dec 7, 2016
Jan 10, 2017
Jan 23, 2017
Apr 16, 2016
Aug 4, 2016
Aug 5, 2016
Jan 5, 2016
Jan 20, 2017
Jan 23, 2017
Jan 25, 2017
Jul 17, 2014
Jan 23, 2017
Jan 23, 2017
Jan 23, 2017
Mar 18, 2015
Aug 5, 2016
Nov 27, 2016
Dec 22, 2016
Jul 26, 2016
Jan 23, 2017
Aug 19, 2016
Aug 5, 2016
Jun 14, 2016
Jan 23, 2017
Aug 15, 2016
Nov 15, 2016
Mar 31, 2016
Jan 4, 2017
Jan 16, 2017
Oct 13, 2016
Jan 10, 2017

Repository files navigation

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 Travis Coverage Status
Mapbox Android SDK Java Bitrise
Mapbox iOS SDK Objective-C or Swift Bitrise
Mapbox macOS SDK Objective-C, Swift, or AppleScript Bitrise
node-mapbox-gl-native Node.js Linux macOS
Mapbox Qt SDK C++03 Travis Bitrise

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

Toolkit Android iOS Developer
React Native (npm)
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.