summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-08-21 11:01:07 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-08-21 11:01:07 -0700
commit3f99f5e712000f6b3b469c566e57ddd05dcff3e8 (patch)
tree3224981a4dbad62aa01c80a26ed8d045de2098dd /include
parent6d1c10dc1884712a66e7231cc18ecf1e21414b77 (diff)
downloadqtlocation-mapboxgl-3f99f5e712000f6b3b469c566e57ddd05dcff3e8.tar.gz
GL is the library, SDK is the product
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLOverlay.h2
-rw-r--r--include/mbgl/ios/Mapbox.h (renamed from include/mbgl/ios/MapboxGL.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MGLOverlay.h b/include/mbgl/ios/MGLOverlay.h
index 104a5e608b..eee362d57b 100644
--- a/include/mbgl/ios/MGLOverlay.h
+++ b/include/mbgl/ios/MGLOverlay.h
@@ -8,7 +8,7 @@ NS_ASSUME_NONNULL_BEGIN
/** The `MGLOverlay` protocol defines a specific type of annotation that represents both a point and an area on a map. Overlay objects are essentially data objects that contain the geographic data needed to represent the map area. For example, overlays can take the form of common shapes such as rectangles and circles. They can also describe polygons and other complex shapes.
*
-* You use overlays to layer more sophisticated content on top of a map view. For example, you could use an overlay to show the boundaries of a national park or trace a bus route along city streets. Mapbox GL defines several concrete classes that conform to this protocol and define standard shapes.
+* You use overlays to layer more sophisticated content on top of a map view. For example, you could use an overlay to show the boundaries of a national park or trace a bus route along city streets. The Mapbox iOS SDK defines several concrete classes that conform to this protocol and define standard shapes.
*
* Because overlays are also annotations, they have similar usage pattern to annotations. When added to a map view using the `addOverlay:` method, that view detects whenever the overlay’s defined region intersects the visible portion of the map. At that point, the map view asks its delegate to provide a special overlay view to draw the visual representation of the overlay. If you add an overlay to a map view as an annotation instead, it is treated as an annotation with a single point. */
@protocol MGLOverlay <MGLAnnotation>
diff --git a/include/mbgl/ios/MapboxGL.h b/include/mbgl/ios/Mapbox.h
index 401a62e82e..401a62e82e 100644
--- a/include/mbgl/ios/MapboxGL.h
+++ b/include/mbgl/ios/Mapbox.h