summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.mm
Commit message (Expand)AuthorAgeFilesLines
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-281-1/+2
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-281-1/+2
* [core] Add getter for Map optionsSudarsana Babu Nagineni2019-03-281-1/+1
* [ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional (...Julian Rex2019-03-271-4/+9
* [core] Fix signature of fluent interface settersBruno de Oliveira Abinader2019-03-231-9/+9
* [ios] Nitpicky style edits of recent changesJason Wray2019-03-211-2/+4
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-7/+11
* [darwin] [MGLOfflineStorage mbglFileSource] is now a shared_ptrBruno de Oliveira Abinader2019-03-201-1/+1
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-141-8/+8
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-1/+1
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-131-16/+18
* [darwin] Fix MGLMapView.direction wrappingJason Wray2019-03-121-1/+1
* [iOS] Enable developers to change position of ornaments (#13911)Lloyd Sheng2019-03-111-210/+137
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-081-2/+9
* Add option to prefetch low-resolution tiles (#14031)m-stephen2019-03-061-0/+8
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-4/+6
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-11/+11
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-041-11/+19
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-041-3/+6
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-14/+17
* [ios] CADisplayLink method now takes a parameter as required. (#14018)Julian Rex2019-03-011-3/+7
* [ios, macos] Expose MGLMapView OpenGL context to OpenGL style layersMinh Nguyễn2019-02-251-1/+1
* [ios] Check supported interface orientations when rotating device/view layout...Julian Rex2019-02-111-1/+100
* [ios] Improve tilt gesture performance (#13902)Felix Wehnert2019-02-111-4/+5
* [ios] Reverts "Enable customize positions of mapview ornaments (#13556)" (#13...Julian Rex2019-02-051-137/+210
* [ios] Fix the user location not getting displayed when setting tracking mode ...Fabian Guerra Soto2019-02-011-6/+0
* [ios] Enable customize positions of mapview ornaments (#13556)Lloyd Sheng2019-01-301-210/+137
* [ios] Fix links in documentationNadia Barbosa2019-01-231-1/+1
* [ios] Fix wrong coordinates bounds when setting direction. (#13761)Fabian Guerra Soto2019-01-221-5/+3
* [ios, macos] MGLMapView logging improvements. (#13776)Fabian Guerra Soto2019-01-221-0/+5
* [ios] Partially offscreen annotations (without callouts) are no longer moved ...Julian Rex2019-01-221-27/+74
* [ios] Prevent map view on external display from sleeping in backgroundMinh Nguyễn2019-01-141-1/+11
* [ios, macos] Fixes a bug where the animated parameter of -[MGLMapView selectA...Julian Rex2019-01-091-15/+20
* [ios, macos] Added missing mapViewDidBecomeIdle for iOS. Fixed typo. (#13666)Julian Rex2019-01-041-0/+14
* [core] Remove error-prone setlatLng overloadBruno de Oliveira Abinader2018-11-271-1/+1
* [ios] Added teardown of core objects when receiving UIApplicationWillTerminat...Julian Rex2018-11-201-98/+231
* [ios] Remove deprecated -[MGLMapView setDebugActive:] implementationJason Wray2018-11-201-7/+0
* [darwin] Rename variables to avoid shadow declarationsJason Wray2018-11-201-18/+12
* [darwin] Fix typos in pragma diagnostic declarationsJason Wray2018-11-201-1/+1
* [darwin] Fix GCC_WARN_SIGN_COMPARE warningsJason Wray2018-11-201-2/+2
* [ios] Don't pause camera animations when zoom/pitch/rotate/scroll are disabledNadia Barbosa2018-11-191-0/+6
* [ios, macos] Logging. (#13235)Fabian Guerra Soto2018-11-141-28/+134
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-3/+3
* [ios, macos] Removed extraneous radian-degree conversionsMinh Nguyễn2018-10-261-6/+6
* Add a custom logging for the Mapbox Maps SDK for iOS.Fabian Guerra2018-10-261-3/+6
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-191-2/+2
* [ios] Fix divide-by-zero when setting FPS on iOS <10Jason Wray2018-10-091-0/+4
* [ios] Ignore deprecation warnings for MGLMapView.userLocationVerticalAlignmentJason Wray2018-10-051-1/+12
* [ios] Add delegate method to specify the user location annotation’s positionNadia Barbosa2018-10-021-6/+12
* [ios, macos] Distinguish between viewing distance and altitudeMinh Nguyễn2018-10-011-3/+3