Class MarkerSelectedEventArgs
Class implementation for marker selected event args
Inheritance
System.Object
MarkerSelectedEventArgs
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class MarkerSelectedEventArgs : EventArgs
Constructors
MarkerSelectedEventArgs()
Declaration
public MarkerSelectedEventArgs()
Properties
CanBringToTop
Gets or sets a value indicating whether the boolean value is to bring the top position of selected marker.
Declaration
public bool CanBringToTop { get; set; }
Property Value
Type |
---|
System.Boolean |
P0
Gets or sets the map marker
Declaration
public MapMarker P0 { get; set; }
Property Value
Type |
---|
MapMarker |
SelectedMarkerView
Gets or sets the marker view
Declaration
public View SelectedMarkerView { get; set; }
Property Value
Type |
---|
Android.Views.View |