MapClickedEventArgs Class

Definition

Event Args for Map's MapClicked event.

public class MapClickedEventArgs
type MapClickedEventArgs = class
Inheritance
MapClickedEventArgs

Constructors

MapClickedEventArgs(Position)

Creates a new MapClickedEventArgs specifying the Position that corresponds to the point on which the Map was clicked.

Properties

Position

The Position that corresponds to the point on which the Map was clicked.

Applies to