summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLRasterTileSource.h
diff options
context:
space:
mode:
authorHeyStenson <heather.stenson@mapbox.com>2019-01-08 16:37:39 -0800
committerHeyStenson <heather.stenson@mapbox.com>2019-01-08 16:37:39 -0800
commit7d76cadeb7464522c9e5e59d863c4f2624055a74 (patch)
treef695ffbdd12ba6fd958f49fdc2870c1729144225 /platform/darwin/src/MGLRasterTileSource.h
parentf867c5784ccc63d419ebf8ee3dcef9fa4b610704 (diff)
downloadqtlocation-mapboxgl-7d76cadeb7464522c9e5e59d863c4f2624055a74.tar.gz
[macos] - update links to new API doc formatupstream/darwin-update-apidoc-urls
Diffstat (limited to 'platform/darwin/src/MGLRasterTileSource.h')
-rw-r--r--platform/darwin/src/MGLRasterTileSource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLRasterTileSource.h b/platform/darwin/src/MGLRasterTileSource.h
index ee5c80a3e8..5d7e3e64fa 100644
--- a/platform/darwin/src/MGLRasterTileSource.h
+++ b/platform/darwin/src/MGLRasterTileSource.h
@@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
integers.
The default value for this option is 512. Version 4 of the
- <a href="https://www.mapbox.com/api-documentation/#maps">Mapbox Maps API</a>
+ <a href="https://www.mapbox.com/api-documentation/maps/#maps">Mapbox Maps API</a>
requires a value of 256, as do many third-party tile servers, so consult your
provider’s documentation for the correct value.
@@ -52,7 +52,7 @@ FOUNDATION_EXTERN MGL_EXPORT const MGLTileSourceOption MGLTileSourceOptionTileSi
])
mapView.style?.addSource(source)
```
-
+
#### Related examples
See the <a href="https://www.mapbox.com/ios-sdk/maps/examples/source-custom-raster/">
Add raster imagery</a> example to learn how to add a `MGLRasterStyleLayer`