Platforms to show: All Mac Windows Linux Cross-Platform

Back to MKMarkerAnnotationViewMBS class.

MKMarkerAnnotationViewMBS.animatesWhenAdded as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 20.4 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A Boolean that indicates whether the marker animates into position onscreen.

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

MKMarkerAnnotationViewMBS.glyphImage as NSImageMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 20.4 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
An image to display in the marker balloon.

Use this property or the glyphText property to specify the marker balloon content. If you specify both an image and text, MapKit displays the text.
MapKit displays the glyph image when the marker is in the normal state. Create glyph images as template images so that MapKit can apply the glyph tint color to the image. Normally, you set the size of this image to 20 by 20 points on iOS and 40 by 40 points on tvOS. However, if you don’t provide a separate selected image in the selectedGlyphImage property, make the size of this image 40 by 40 points on iOS and 60 by 40 points on tvOS instead. MapKit scales images that are larger or smaller than those sizes.
(Read and Write property)

MKMarkerAnnotationViewMBS.glyphText as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 20.4 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The text to display in the marker balloon.

Use this property or the glyphText property to specify the marker balloon content. If you specify both an image and text, MapKit displays the text.
MapKit limits the amount of space available for displaying your glyph text. Specify no more than two or three characters for any strings you assign to this property.
(Read and Write property)

MKMarkerAnnotationViewMBS.glyphTintColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 20.4 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The color to apply to the glyph text or image.

The default value of this property is nil, which applies the standard tint color for the current map style.
(Read and Write property)

MKMarkerAnnotationViewMBS.markerTintColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 20.4 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The background color of the marker balloon.

The default value of this property is nil, which applies the standard color that’s appropriate for the current map style.
(Read and Write property)

MKMarkerAnnotationViewMBS.selectedGlyphImage as NSImageMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 20.4 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
An image to display when the user selects the marker.

MapKit displays the glyph image when the marker is in the selected state. If you specify an image for this property, you should also specify an image in the glyphImage property.
Create glyph images as template images so that MapKit can apply the glyph tint color to the image. Set the size of this image to 40 by 40 points on iOS and 60 by 40 points on tvOS. MapKit scales images that are larger or smaller than those sizes.
(Read and Write property)

MKMarkerAnnotationViewMBS.subtitleVisibility as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 20.4 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The visibility of the subtitle text rendered beneath the marker balloon.

MapKit shows the text when the user selects a marker.
(Read and Write property)

MKMarkerAnnotationViewMBS.titleVisibility as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 20.4 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The visibility of the title text rendered beneath the marker balloon.

(Read and Write property)

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


The biggest plugin in space...