From dc2dc31c0bdd4f0b27412125032bfa694ade26b9 Mon Sep 17 00:00:00 2001 From: Fredrik Karlsson Date: Tue, 22 Nov 2016 15:54:38 +0100 Subject: [ios, macos] MGLGeoJSONSource can now be initialized with any shape --- platform/darwin/src/MGLShape_Private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'platform/darwin/src/MGLShape_Private.h') diff --git a/platform/darwin/src/MGLShape_Private.h b/platform/darwin/src/MGLShape_Private.h index a8ee12c207..2c7c4700a3 100644 --- a/platform/darwin/src/MGLShape_Private.h +++ b/platform/darwin/src/MGLShape_Private.h @@ -1,13 +1,13 @@ #import "MGLShape.h" -#import +#import @interface MGLShape (Private) /** - Returns an `mbgl::Feature` representation of the `MGLShape`. + Returns an `mbgl::Geometry` representation of the `MGLShape`. */ -- (mbgl::Feature)featureObject; +- (mbgl::Geometry)geometryObject; /** Returns a dictionary with the GeoJSON geometry member object. -- cgit v1.2.1