EnhancedWaypoint.Point 属性

定义

获取地理位置的坐标。

public:
 property Geopoint ^ Point { Geopoint ^ get(); };
Geopoint Point();
public Geopoint Point { get; }
var geopoint = enhancedWaypoint.point;
Public ReadOnly Property Point As Geopoint

属性值

地理位置的坐标。

适用于