summaryrefslogtreecommitdiff
path: root/include/mbgl/util/optional.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
|
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-0/+13
|
* mason variant@1.0Mike Morris2015-09-301-69/+0
|
* CameraOptionsMinh Nguyễn2015-09-071-0/+69
| | | | | | | | | | | | Plumbed camera options all the way through to MGLMapView. Added a method that lets you specify a direction in addition to center point and zoom level. Added Map::jumpTo() for parity with mapbox-gl-js. Replaced usage of Map::setLatLng() and Map::setLatLngZoom() with Map::jumpTo() or Map::easeTo() within MGLMapView. Replaced MGLMapView.pitch with MGLMapCamera for setting all supported degrees of freedom simultaneously. Simultaneously move and rotate with course. Support customizable timing functions on iOS. iosapp now persists an archived MGLMapCamera instead of separate viewpoint properties and also synchronizes user defaults on termination. This change implements persistence entirely in Objective-C, eliminating the use of the Objective-C++ implementation. Fixes #1643, fixes #1834. Ref #1581.
* make most headers privateKonstantin Käfer2014-12-041-69/+0
|
* replace boost optional with mapbox optionalKonstantin Käfer2014-10-221-0/+69