Gets or sets the element position in geographical coordinates.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
[ObsoleteAttribute("Please use GeoPoint property instead.")]
public Point PinPoint { get; set; }
Visual Basic
<ObsoleteAttribute("Please use GeoPoint property instead.")> _
Public Property PinPoint As Point
	Get
	Set

See Also