Overlays
Property name | Description |
---|---|
CanReplaceMapContent | If true , replaces the current drawn MapView tiles with your custom tiles. If false , draws the custom tiles on top of the default MapView tiles. Opacity can be specified for an overlay object, or can be included in the tile images that are rendered after adding them through the tile overlay template URL. (iOS 7 or later) |
Color | The color of the overlay shape. |
GeometryFlipped | Indicates the orientation of tile indexes along the y axis. (iOS 7 or later) |
Kind | The kind of shape (circle, polyline, polygon) |
Level | The level that is used when adding the tiles. - tlAboveRoads : Place the overlay above roadways but below map labels, shields, or point-of-interest icons. - tlAboveLabels : Place the overlay above map labels, shields, or point-of-interest icons but below annotations and 3D projections of buildings.(iOS 7 or later) |
LineColor | The color of the border / line of the overlay shape. |
LineOpacity | The opacity of the border / line of the overlay shape. Value from 0 to 1 . |
LineWidth | The width of the border / line of the overlay shape. |
Locations | A collection of locations with a latitude and longitude. Used in combination with polyline, polygon overlay shapes. |
MaximumZoomLevel | The maximum zoom level supported by the tiles rendered by the overlay object. (iOS 7 or later) |
MinimumZoomLevel | The minimum zoom level supported by the tiles rendered by the overlay object. (iOS 7 or later) |
Opacity | The opacity of the overlay shape. Value from 0 to 1 . |
Radius | The radius in meters of a circle overlay shape. |
TileSize | The tile size used when rendering the custom tiles. The default size is 256 x 256. (iOS 7 or later) |
URL | The url template or file used for adding a tile overlay or image on the MapView. (iOS 7 or later) |