Skip to main content
A newer version of this page is available. .

IMouseClickRequestSender.RequestByPoint(GeoPoint, MapPoint) Method

Requests the information by a mouse click on the point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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