summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLPointCollection.mm
Commit message (Expand)AuthorAgeFilesLines
* [ios, macos] Fix overlay bounds that span the antimeridian. (#11783)Fabian Guerra Soto2018-05-041-1/+1
* [ios, macos] Fail gracefully on invalid coordinatesMinh Nguyễn2017-04-061-2/+7
* [darwin] Use MGLLatLngFromLocationCoordinate2D where appropriateJohn Firebaugh2017-04-061-1/+1
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-2/+2
* [ios, macos] features and annotations now conforms to NSSecureCodingFredrik Karlsson2016-12-221-8/+34
* [ios, macos] Simplify MGLSource and subclasses (#7377)Minh Nguyễn2016-12-131-1/+1
* [ios, macos] More ways to reshape an MGLMultiPoint (#7251)Minh Nguyễn2016-12-061-8/+5
* [ios, macos] MGLGeoJSONSource can now be initialized with any shapeFredrik Karlsson2016-12-061-2/+2
* [ios, macos] Marked C array parameters as constMinh Nguyễn2016-11-291-2/+2
* [ios, macos] Fix integer formatting in formatted exception strings (#7173)Jesse Bounds2016-11-231-2/+2
* [ios, macos] Use NSNumber in exception strings (#7083)ios-v3.4.0-beta.3Jesse Bounds2016-11-151-2/+2
* [ios, macos] Use std::vector for MGLMultiPoint coordinate storage (#6890)Jesse Bounds2016-11-141-24/+17
* Add MGLPointCollection for GeoJSON multipoints (#6742)Jesse Bounds2016-10-201-0/+112