diff options
author | Fabian Guerra Soto <fabian.guerra@mapbox.com> | 2017-05-23 10:59:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 10:59:24 -0400 |
commit | e52249c17fb529c476569b6d7ef141be1bff7d7f (patch) | |
tree | 634de63e3cc541aa9dedf1bdf9f453f65d52ee9e /platform/macos/src | |
parent | a19fd817300abf00b81cba5765fda62c48057efa (diff) | |
download | qtlocation-mapboxgl-e52249c17fb529c476569b6d7ef141be1bff7d7f.tar.gz |
[ios, macos] Light property implementation in MGLStyle (#9043)
* [ios, macos] Add MGLLight to MGLStyle
* [ios, macos] Implement Objc bindings for Light object
* [ios, macos] Remove rawLight from MGLLight and re-implement it as value class
* [ios, macos] Fix build on macos
* [ios, macos] Add MGLLight documentation, Move MGLLightPosition to MGLLight
* [ios, macos] Add MGLLight tests.
* [ios, macos] Update changelogs
* [ios, macos] Fix misspelling
* [ios, macos] Fix MGLLightAnchor enum property names
* [ios, macos] Update documentation. Improve varialble naming.
* [ios, macos] Rename MGLLightPosition to MGLSphericalPosition
* [ios, macos] Update data types of MGLSphericalPosition
Diffstat (limited to 'platform/macos/src')
-rw-r--r-- | platform/macos/src/Mapbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/src/Mapbox.h b/platform/macos/src/Mapbox.h index dcb5b50b8f..0f47dace70 100644 --- a/platform/macos/src/Mapbox.h +++ b/platform/macos/src/Mapbox.h @@ -17,6 +17,7 @@ FOUNDATION_EXPORT MGL_EXPORT const unsigned char MapboxVersionString[]; #import "MGLDistanceFormatter.h" #import "MGLFeature.h" #import "MGLGeometry.h" +#import "MGLLight.h" #import "MGLMapCamera.h" #import "MGLMapView.h" #import "MGLMapView+IBAdditions.h" |