Skip to content

Tags: socketbind/mapbox-gl-native

Tags

node-v3.0.2-pre.1

Toggle node-v3.0.2-pre.1's commit message
[node] patch a memory leak in NodeMap::request

Creating a v8::Function with
Nan::GetFunction(Nan::New<v8::FunctionTemplate>) can leak, use
Nan::New<v8::Function> instead.

https://code.google.com/p/chromium/issues/detail?id=272579

android-v3.2.0

Toggle android-v3.2.0's commit message
Releasing Mapbox Android SDK 3.2.0 on 28-Jan-2016

ios-v3.1.0-pre.1

Toggle ios-v3.1.0-pre.1's commit message
[ios] No manual rotating in heading/course tracking mode

Manually rotating the map in heading or course tracking mode now kicks the user back into location tracking mode.