MapPin
A marker placed on a
MapView at a coordinate.- Kind: Class
- Namespace: SkeleKit
Constructors
Initializes a new instance of the MapPin class.
| Parameter | Summary |
|---|---|
Coordinate coordinate | Where the pin sits. |
Properties
Callout
Builds a custom callout view shown when the pin is tapped, or null for the native title and subtitle bubble.
Called when the marker comes on screen; return a fresh tree each time.
Coordinate
Where the pin sits.
Type: Coordinate
Icon
The local icon drawn inside the marker, or null for the default dot.
Type: ImageSource?
Marker
Builds a custom marker view, or null for the native marker styled by the properties above.
Called when the marker comes on screen; return a fresh tree each time.
Subtitle
The subtitle shown under the title in the pin's callout, or null for none.
Type: string?
Tint
The marker's fill color, or null to follow the map tint.
Type: Color?
Title
The title shown in the pin's callout, or null for none.
Type: string?