menu

Xamarin.Android

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved