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. |