Click or drag to resize

IToolTipsGet Method

Retrieves information around a certain geographical point.

Namespace:  Ptv.XServer.Controls.Map.Layers
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
IEnumerable<IMapObject> Get(
	Point center,
	double maxPixelDistance
)

Parameters

center
Type: System.WindowsPoint
Pixel coordinate of the point.
maxPixelDistance
Type: SystemDouble
Maximal number of pixels to search for.

Return Value

Type: IEnumerableIMapObject
A collection of strings describing the geographical objects.
See Also