summaryrefslogtreecommitdiff
path: root/include/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* Add FreeCameraOptions to the Map classMikko Pulkki2020-05-022-2/+52
* [core] Fix modernize-use-equals-default errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-5/+14
* [core] Introduce Renderer::clearData() instead of keepRenderData map optionsMikhail Pozdnyakov2020-03-201-22/+0
* [core][tile|static mode] Introduce MapOptions::keepRenderData() flagMikhail Pozdnyakov2020-03-181-0/+22
* [core] Return pitch bounds in degreesJuha Alanen2020-02-261-2/+2
* [core] Add min and max pitch optionsJuha Alanen2020-02-251-0/+16
* [android][core] Add `Map::latLngBoundsForCameraUnwrapped` and jni binding for...Peng Liu2020-01-091-0/+1
* [core] Remove Map::cycleDebugOptionsBruno de Oliveira Abinader2019-12-041-1/+0
* [core] Add batch conversion of latLngs to/from screenCoords (#15891)zmiao2019-11-071-0/+2
* [core] Update MapObserver::onDidFinishRenderingFrame() APIMikhail Pozdnyakov2019-09-121-1/+7
* [core] make padding optional when camera position is requested.Łukasz Paczos2019-08-291-1/+1
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-231-1/+1
* [core] Offset viewport center when edge insets are specifiedAleksandar Stojiljkovic2019-05-281-2/+2
* [core] Forward ImageManagerObserver::onRemoveUnusedStyleImages to MapObserver...Alexander Shalamov2019-05-211-0/+3
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-2/+0
* [core] move depth/stencil buffer debug viz to gfx::ContextKonstantin Käfer2019-04-051-3/+0
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-021-0/+2
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-282-1/+15
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-282-5/+17
* [core] Add interface to change the orientation through MapOptionsSudarsana Babu Nagineni2019-03-282-4/+18
* [core] Add getter for Map optionsSudarsana Babu Nagineni2019-03-281-5/+2
* [core] ResoureOptions explicit copy via clone()Bruno de Oliveira Abinader2019-03-251-2/+1
* [core] Fix signature of fluent interface settersBruno de Oliveira Abinader2019-03-231-4/+4
* [core] Replace shared_ptr with unique_ptr in {Map,Resource}OptionsBruno de Oliveira Abinader2019-03-221-9/+12
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-202-52/+8
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-142-7/+40
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-141-2/+2
* [core] Remove support for setting minimum and maximum pitchAnder Conselvan de Oliveira2019-03-141-4/+0
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-131-2/+8
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-082-4/+141
* [core] consolidate Axonometric rendering APISudarsana Babu Nagineni2019-03-082-7/+38
* [core] Organize Map::{move,pitch,scale,rotate}ByBruno de Oliveira Abinader2019-03-041-12/+4
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-4/+0
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-3/+3
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-041-6/+0
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-041-5/+0
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-12/+5
* [core] Added Map::pitchBy()Bruno de Oliveira Abinader2019-03-041-0/+3
* [core] Added Map::scaleBy()Bruno de Oliveira Abinader2019-03-041-0/+1
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-1/+1
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+1
* [core] Cleanup Transform, use {jump,ease}To() insteadBruno de Oliveira Abinader2018-11-271-0/+7
* [core] Remove error-prone setlatLng overloadBruno de Oliveira Abinader2018-11-271-1/+0
* [core] Camera center and anchor points are mutually exclusiveBruno de Oliveira Abinader2018-11-261-1/+4
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-191-3/+2
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-121-1/+2
* Add pitch argument to cameraThatFits functions (#12213)Bobby Sudekum2018-07-021-3/+3
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-1/+2
* [core] Move GLContextMode to its own Renderer headerBruno de Oliveira Abinader2017-11-011-9/+0