diff options
Diffstat (limited to 'platform')
-rw-r--r-- | platform/ios/docs/guides/Adding Markers to a Map.md | 4 | ||||
-rw-r--r-- | platform/ios/docs/img/adding-points-to-a-map/annotation-image.png | bin | 111529 -> 185710 bytes | |||
-rw-r--r-- | platform/ios/docs/img/adding-points-to-a-map/annotation-view.png | bin | 148995 -> 88046 bytes | |||
-rw-r--r-- | platform/ios/docs/img/adding-points-to-a-map/circle-layer.png | bin | 256648 -> 226434 bytes | |||
-rw-r--r-- | platform/ios/docs/img/adding-points-to-a-map/symbol-layer.png | bin | 187969 -> 81740 bytes |
5 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/docs/guides/Adding Markers to a Map.md b/platform/ios/docs/guides/Adding Markers to a Map.md index 7d809b9437..edda042685 100644 --- a/platform/ios/docs/guides/Adding Markers to a Map.md +++ b/platform/ios/docs/guides/Adding Markers to a Map.md @@ -6,7 +6,7 @@ Mapbox offers a few different ways to add markers to a map, each with different Our annotations API includes the `MGLAnnotationImage`, and `MGLAnnotationView` classes. These are most similar to MapKit’s annotation class and provide a familiar interface for working with markers and callouts. -| ![MGLAnnotationImage](img/adding-points-to-a-map/annotation-image.png "MGLAnnotationImage") | ![MGLAnnotationView](img/adding-points-to-a-map/annotation-view.png "MGLAnnotationView") | +| <img src="img/adding-points-to-a-map/annotation-image.png" alt="MGLAnnotationImage" style="height: 500px;"/> | <img src="img/adding-points-to-a-map/annotation-view.png" alt="MGLAnnotationView" style="height: 500px;"/> | |----------------------|---------------------| | `MGLAnnotationImage` | `MGLAnnotationView` | @@ -27,7 +27,7 @@ The runtime styling API includes our `MGLSymbolStyleLayer` and `MGLCircleStyleLa If you need to implement callouts with the `MGLSymbolStyleLayer` or `MGLCircleStyleLayer`, you will need to implement your own tap gesture recognizer that calls `-[MGLMapView visibleFeaturesAtPoint:inStyleLayersWithIdentifiers:]` to get the tapped point feature, then show a `UIView` you provide. Additionally, if you need to animate markers when using the runtime styling APIs, consider using an timer to update the source data coordinates accordingly. -| ![`MGLCircleStyleLayer`](img/adding-points-to-a-map/circle-layer.png "MGLCircleStyleLayer") | ![`MGLSymbolStyleLayer`](img/adding-points-to-a-map/symbol-layer.png "MGLSymbolStyleLayer") | +| <img src="img/adding-points-to-a-map/circle-layer.png" alt="MGLCircleStyleLayer" style="height: 500px;"/> | <img src="img/adding-points-to-a-map/symbol-layer.png" alt="MGLSymbolStyleLayer" style="height: 500px;"/> | |----------------------|---------------------| | `MGLCircleStyleLayer` | `MGLSymbolStyleLayer` | diff --git a/platform/ios/docs/img/adding-points-to-a-map/annotation-image.png b/platform/ios/docs/img/adding-points-to-a-map/annotation-image.png Binary files differindex 71cfeea622..d3109f5527 100644 --- a/platform/ios/docs/img/adding-points-to-a-map/annotation-image.png +++ b/platform/ios/docs/img/adding-points-to-a-map/annotation-image.png diff --git a/platform/ios/docs/img/adding-points-to-a-map/annotation-view.png b/platform/ios/docs/img/adding-points-to-a-map/annotation-view.png Binary files differindex 7d91e7cf67..8fb962bab1 100644 --- a/platform/ios/docs/img/adding-points-to-a-map/annotation-view.png +++ b/platform/ios/docs/img/adding-points-to-a-map/annotation-view.png diff --git a/platform/ios/docs/img/adding-points-to-a-map/circle-layer.png b/platform/ios/docs/img/adding-points-to-a-map/circle-layer.png Binary files differindex c7d5f8adde..7198ec8f5d 100644 --- a/platform/ios/docs/img/adding-points-to-a-map/circle-layer.png +++ b/platform/ios/docs/img/adding-points-to-a-map/circle-layer.png diff --git a/platform/ios/docs/img/adding-points-to-a-map/symbol-layer.png b/platform/ios/docs/img/adding-points-to-a-map/symbol-layer.png Binary files differindex cbea906123..a5ffa9d543 100644 --- a/platform/ios/docs/img/adding-points-to-a-map/symbol-layer.png +++ b/platform/ios/docs/img/adding-points-to-a-map/symbol-layer.png |