IMouseClickRequestSender.RequestByPoint(GeoPoint, MapPoint) Method
Requests the information by a mouse click on the point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
geoPoint | GeoPoint | A GeoPoint object specifying the geographical point on the map. |
screenPoint | MapPoint | A MapPoint object specifying the point within a Map control. |
See Also