PlaceInfo.Geoshape 属性

定义

获取与 PlaceInfo 关联的地理形状。

public:
 property IGeoshape ^ Geoshape { IGeoshape ^ get(); };
IGeoshape Geoshape();
public IGeoshape Geoshape { get; }
var iGeoshape = placeInfo.geoshape;
Public ReadOnly Property Geoshape As IGeoshape

属性值

PlaceInfo 关联的地理形状。

适用于