menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class MapMarker

    Class implementation for MapMarker

    Inheritance
    System.Object
    MapMarker
    Namespace: Com.Syncfusion.Maps
    Assembly: Syncfusion.SfMaps.Android.dll
    Syntax
    public class MapMarker : Object

    Constructors

    MapMarker()

    Initializes a new instance of the MapMarker class.

    Declaration
    public MapMarker()

    Properties

    Label

    Gets or sets String value for Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type
    System.String

    Latitude

    Gets or sets double value for Latitude

    Declaration
    public double Latitude { get; set; }
    Property Value
    Type
    System.Double

    Longitude

    Gets or sets the value for Longitude

    Declaration
    public double Longitude { get; set; }
    Property Value
    Type
    System.Double

    Methods

    DrawMarker(PointF, Canvas)

    The method is used to draw marker

    Declaration
    public virtual void DrawMarker(PointF point, Canvas canvas)
    Parameters
    Type Name Description
    Android.Graphics.PointF point

    To set point.

    Android.Graphics.Canvas canvas

    To set canvas.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved