Skip to main content

IMouseClickRequestSender.RequestByPoint(GeoPoint, MapPoint) Method

Requests the information by a mouse click on the point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

void RequestByPoint(
    GeoPoint geoPoint,
    MapPoint screenPoint
)

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