menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapMarkerIcon - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapMarkerIcon

    Enumurates the map marker icon. You can change the map marker icon types.

    Inheritance
    System.Object
    MapMarkerIcon
    Namespace: Syncfusion.SfMaps.XForms
    Assembly: Syncfusion.SfMaps.XForms.dll
    Syntax
    public sealed class MapMarkerIcon : Enum

    Fields

    Circle

    Represents the map marker icon as cicle

    Declaration
    public const MapMarkerIcon Circle
    Field Value
    Type
    MapMarkerIcon

    Diamond

    Represents the map marker icon as diamond

    Declaration
    public const MapMarkerIcon Diamond
    Field Value
    Type
    MapMarkerIcon

    Image

    Represents the map marker icon as image

    Declaration
    public const MapMarkerIcon Image
    Field Value
    Type
    MapMarkerIcon

    Rectangle

    Represents the map marker icon as rectangle

    Declaration
    public const MapMarkerIcon Rectangle
    Field Value
    Type
    MapMarkerIcon

    Square

    Represents the map marker icon as square

    Declaration
    public const MapMarkerIcon Square
    Field Value
    Type
    MapMarkerIcon
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved