Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 58283e7

Browse files
committed
[ios, osx] Revised style descriptions
Revised style descriptions to be more consistent with how the styles are described on www.mapbox.com.
1 parent fac8530 commit 58283e7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

platform/darwin/src/MGLStyle.h

+9-9
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static const NSInteger MGLStyleDefaultVersion = 9;
2121
/**
2222
Returns the URL to version 8 of the <a href="https://www.mapbox.com/maps/streets/">Mapbox Streets</a> style.
2323
24-
Streets is a complete base map that balances nature, commerce, and infrastructure.
24+
Streets is a general-purpose style with detailed road and transit networks.
2525
2626
`MGLMapView` and `MGLTilePyramidOfflineRegion` use Mapbox Streets when no style is specified explicitly.
2727
*/
@@ -30,7 +30,7 @@ static const NSInteger MGLStyleDefaultVersion = 9;
3030
/**
3131
Returns the URL to the given version of the <a href="https://www.mapbox.com/maps/streets/">Mapbox Streets</a> style.
3232
33-
Streets is a complete base map that balances nature, commerce, and infrastructure.
33+
Streets is a general-purpose style with detailed road and transit networks.
3434
3535
`MGLMapView` and `MGLTilePyramidOfflineRegion` use Mapbox Streets when no style is specified explicitly.
3636
@@ -41,14 +41,14 @@ static const NSInteger MGLStyleDefaultVersion = 9;
4141
/**
4242
Returns the URL to version 8 of the <a href="https://www.mapbox.com/blog/emerald-gl/">Mapbox Emerald</a> style.
4343
44-
Emerald is a versatile style with emphasis on road networks and public transportation.
44+
Emerald is a tactile style with subtle textures and dramatic hillshading.
4545
*/
46-
+ (NSURL *)emeraldStyleURL __attribute__((deprecated("Use <mapbox://styles/mapbox/emerald-v8>.")));
46+
+ (NSURL *)emeraldStyleURL __attribute__((deprecated("Create an NSURL object with the string “mapbox://styles/mapbox/emerald-v8.")));
4747

4848
/**
4949
Returns the URL to the given version of the <a href="https://www.mapbox.com/maps/outdoors/">Mapbox Outdoors</a> style.
5050
51-
Outdoors is a rugged style that emphasizes physical terrain and outdoor activities.
51+
Outdoors is a general-purpose style tailored to outdoor activities.
5252
5353
@param version The style’s latest released version. As of publication, the current version is `9`.
5454
*/
@@ -89,14 +89,14 @@ static const NSInteger MGLStyleDefaultVersion = 9;
8989
/**
9090
Returns the URL to version 8 of the <a href="https://www.mapbox.com/maps/satellite/">Mapbox Satellite</a> style.
9191
92-
Satellite is a beautiful global satellite and aerial imagery layer.
92+
Satellite is high-resolution satellite and aerial imagery.
9393
*/
9494
+ (NSURL *)satelliteStyleURL __attribute__((deprecated("Use -satelliteStyleURLWithVersion:.")));
9595

9696
/**
9797
Returns the URL to the given version of the <a href="https://www.mapbox.com/maps/satellite/">Mapbox Satellite</a> style.
9898
99-
Satellite is a beautiful global satellite and aerial imagery layer.
99+
Satellite is high-resolution satellite and aerial imagery.
100100
101101
@param version The style’s latest released version. As of publication, the current version is `9`.
102102
*/
@@ -105,14 +105,14 @@ static const NSInteger MGLStyleDefaultVersion = 9;
105105
/**
106106
Returns the URL to version 8 of the <a href="https://www.mapbox.com/maps/satellite/">Mapbox Satellite Streets</a> style.
107107
108-
Satellite Streets combines the global satellite and aerial imagery of Mapbox Satellite with unobtrusive labels and translucent roads from Mapbox Streets.
108+
Satellite Streets combines the high-resolution satellite and aerial imagery of Mapbox Satellite with unobtrusive labels and translucent roads from Mapbox Streets.
109109
*/
110110
+ (NSURL *)hybridStyleURL __attribute__((deprecated("Use -satelliteStreetsStyleURLWithVersion:.")));
111111

112112
/**
113113
Returns the URL to the given version of the <a href="https://www.mapbox.com/maps/satellite/">Mapbox Satellite Streets</a> style.
114114
115-
Satellite Streets combines the global satellite and aerial imagery of Mapbox Satellite with unobtrusive labels and translucent roads from Mapbox Streets.
115+
Satellite Streets combines the high-resolution satellite and aerial imagery of Mapbox Satellite with unobtrusive labels and translucent roads from Mapbox Streets.
116116
117117
@param version The style’s latest released version. As of publication, the current version is `9`.
118118
*/

0 commit comments

Comments
 (0)