summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* [core] FileSourceManager::getFileSource() returns PassRefPtrMikhail Pozdnyakov2020-02-261-1/+3
* [core] Return pitch bounds in degreesJuha Alanen2020-02-261-2/+2
* [core] Add min and max pitch optionsJuha Alanen2020-02-255-5/+79
* style::Style::getImage() returns optional<style::Image>Mikhail Pozdnyakov2020-02-111-3/+1
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-111-1/+0
* [core] Simplify Placement::addLayer()Mikhail Pozdnyakov2020-01-221-1/+2
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-132-22/+24
* [android][core] Add `Map::latLngBoundsForCameraUnwrapped` and jni binding for...Peng Liu2020-01-091-0/+21
* Include padding when testing camera scale in cameraForLatLngBoundsAleksandar Stojiljkovic2019-12-171-1/+4
* correct insets camera management - see https://github.com/mapbox/mapbox-gl-na...Romain Quidet2019-12-171-16/+3
* [core] Refactoring transform state (#15956)zmiao2019-12-054-189/+518
* [core] Remove Map::cycleDebugOptionsBruno de Oliveira Abinader2019-12-041-24/+0
* [core] Fix MapSnapshotter build failure on WindowsAnder Conselvan de Oliveira2019-11-132-8/+4
* [core] Add batch conversion of latLngs to/from screenCoords (#15891)zmiao2019-11-071-0/+18
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-1/+1
* [core] Update MapObserver::onDidFinishRenderingFrame() APIMikhail Pozdnyakov2019-09-121-1/+1
* [core, ios] Call transitionFinishFn for jumpTo. (#15473)Julian Rex2019-09-051-0/+9
* [core] make padding optional when camera position is requested.Łukasz Paczos2019-08-295-6/+6
* [core] Fix tileCover / TileCoordinate fromScreenCoordinate(#15442)Aleksandar Stojiljkovic2019-08-232-3/+13
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-232-3/+3
* Changelog entries and a nit for #15281Aleksandar Stojiljkovic2019-08-081-1/+1
* [core] Reuse flyTo constant screen velocity calculation for easeTo implementa...Aleksandar Stojiljkovic2019-08-082-18/+26
* [core] easeTo: linear interpolation over zoom instead of scaleAleksandar Stojiljkovic2019-08-081-6/+5
* [core] Limit pitch based on edge insets. Fix max Z calculation in getProjMatrix.Aleksandar Stojiljkovic2019-08-013-16/+38
* [core] Fix collision with content insetsAleksandar Stojiljkovic2019-07-172-8/+8
* [core] decrease the minimum pixel distance required to interpolate during cam...Łukasz Paczos2019-07-091-1/+1
* [core] TilePyramind uses TransformState::getScale()Mikhail Pozdnyakov2019-06-101-0/+3
* [core] Offset viewport center when edge insets are specifiedAleksandar Stojiljkovic2019-05-284-62/+67
* [core] Forward ImageManagerObserver::onRemoveUnusedStyleImages to MapObserver...Alexander Shalamov2019-05-212-0/+9
* [core] GeometryTile and TileLoader keep strong reference to FileSourceMikhail Pozdnyakov2019-05-141-1/+1
* Refactor: coordinatePointMatrix skip recomputation (#14507)Aleksandar Stojiljkovic2019-05-132-6/+6
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-103-10/+3
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-1/+1
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-022-0/+11
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-284-8/+18
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-284-19/+16
* [core] Add interface to change the orientation through MapOptionsSudarsana Babu Nagineni2019-03-283-5/+13
* [core] Add getter for Map optionsSudarsana Babu Nagineni2019-03-281-6/+8
* [core] harden fetching camera for bounds when padding is excessiveŁukasz Paczos2019-03-251-2/+7
* [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-8/+8
* [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-204-43/+18
* [core] Cleanup Map::Impl ctorBruno de Oliveira Abinader2019-03-203-54/+30
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-141-22/+27
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-145-18/+17
* [core] Remove support for setting minimum and maximum pitchAnder Conselvan de Oliveira2019-03-145-62/+2
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-0/+1
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-131-1/+21
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-082-8/+90