summaryrefslogtreecommitdiff
path: root/platform/node/src/node_map.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-01-24 12:46:49 -0800
committerKonstantin Käfer <mail@kkaefer.com>2018-01-24 16:35:47 -0800
commitd511f74ce45b8d18c376e7c3d806819cbe438627 (patch)
tree6e95e0dd93d6cbe6a9d3ca6593891642fef91eda /platform/node/src/node_map.hpp
parent2502a3ab2bf793dcb3a41deb5c93290b3c6ce5fd (diff)
downloadqtlocation-mapboxgl-d511f74ce45b8d18c376e7c3d806819cbe438627.tar.gz
[node] add setLight support
Diffstat (limited to 'platform/node/src/node_map.hpp')
-rw-r--r--platform/node/src/node_map.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/node/src/node_map.hpp b/platform/node/src/node_map.hpp
index b84f4d576f..efa6f6cee0 100644
--- a/platform/node/src/node_map.hpp
+++ b/platform/node/src/node_map.hpp
@@ -57,6 +57,7 @@ public:
static void SetZoom(const Nan::FunctionCallbackInfo<v8::Value>&);
static void SetBearing(const Nan::FunctionCallbackInfo<v8::Value>&);
static void SetPitch(const Nan::FunctionCallbackInfo<v8::Value>&);
+ static void SetLight(const Nan::FunctionCallbackInfo<v8::Value>&);
static void SetAxonometric(const Nan::FunctionCallbackInfo<v8::Value>&);
static void SetXSkew(const Nan::FunctionCallbackInfo<v8::Value>&);
static void SetYSkew(const Nan::FunctionCallbackInfo<v8::Value>&);