Platforms to show: All Mac Windows Linux Cross-Platform

Back to MKTileOverlayMBS class.

MKTileOverlayMBS.canReplaceMapContent as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A Boolean value that indicates whether the tile content is fully opaque.

If the tile content you provide can cover the entire drawing area with opaque content, set this property to true. Doing so serves as a hint to the map view that it does not need to draw any additional content underneath your tiles. Set this property to false if your tiles contain any transparency.
The default value for this property is false.
(Read and Write property)

See also:

MKTileOverlayMBS.coordinate as CLLocationCoordinate2DMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The coordinate of the annotation.

Part of the MKAnnotationMBS interface.
(Read only property)

See also:

MKTileOverlayMBS.geometryFlipped as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A Boolean value that indicates the orientation of tile indexes along the y axis.

When set to NO, tile indexes start in the upper-left corner of the map and proceed down and to the right. Thus, the tile at (0, 0) is in the upper-left corner of the map, the tile at (1, 0) is to its immediate right and the tile at (0, 1) is immediately below it. Setting this property to true causes the map to start indexes at the lower-left corner of the map and proceed up and to the right.
The default value of this property is false.
(Read and Write property)

MKTileOverlayMBS.latitude as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The latitude of the coordinates.

(Read only property)

MKTileOverlayMBS.longitude as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The longitude of the coordinates.

(Read only property)

MKTileOverlayMBS.maximumZ as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The maximum zoom level supported by the tiles of this overlay object.

If you use different overlay objects to represent different tiles at different zoom levels, use this property to specify the maximum zoom level supported by this overlay’s tiles. At zoom level 0, tiles cover the entire world map; at zoom level 1, tiles cover 1/4 of the world; at zoom level 2, tiles cover 1/16 of the world, and so on. The map never tries to load tiles for a zoom level greater than the value specified by this property.
The default value of this property is 21. Setting the value of this property to a number greater than the default does not guarantee the use of those extra zoom levels.
(Read and Write property)

MKTileOverlayMBS.minimumZ as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The minimum zoom level supported by the tiles of this overlay object.

If you use different overlay objects to represent different tiles at different zoom levels, use this property to specify the minimum zoom level supported by this overlay’s tiles. At zoom level 0, tiles cover the entire world map; at zoom level 1, tiles cover 1/4 of the world; at zoom level 2, tiles cover 1/16 of the world, and so on. The map never tries to load tiles for a zoom level less than the value specified by this property.

The default value of this property is 0.
(Read and Write property)

MKTileOverlayMBS.subtitle as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The subtitle of the item.

Part of the MKOverlayMBS interface.
(Read only property)

See also:

MKTileOverlayMBS.TileSize as CGSizeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The size (in pixels) of your tile images.

On Retina displays, the images are rendered pixel for pixel and are not scaled. This means that if the tile size is 256 x 256 pixels and the scale factor is 2.0, the image would be rendered as if it were 128 x 128 points in size. This behavior causes the tile to appear smaller but preserves the original image data.
The default tile size is set to 256 x 256 pixels.
(Read and Write property)

MKTileOverlayMBS.title as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The title of the annotation.

Part of the MKAnnotationMBS interface.
(Read only property)

See also:

MKTileOverlayMBS.URLTemplate as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The template for generating tile image URLs.

You specify this string at initialization time.
(Read only property)

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...