[]
Represents an image to be applied to the map marker.
public sealed class MapMarkerImage : ICloneable
| Name | Description |
|---|---|
| MapMarkerImage() | Initializes a new instance of the MapMarkerImage class. |
| Name | Description |
|---|---|
| MIMEType | The MIMEType of the image. Valid values are: image/bmp, image/jpeg, image/gif, image/png, image/x-png, image/svg+xml. Required if Source = Database. Ignored otherwise. |
| ResizeMode | Gets or sets whether the content will resize to fit in the available space. That evaluates to one of MapMarkerImage.ImageResizeMode. The default value is AutoFit. |
| Source | Identifies the source of the image. That evaluates to one of ImageSource />. |
| TransparentColor | Color to treat as transparent in the image. |
| Value | See Source. Expected datatype is string or binary, |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |