MapLocationFinderResult.Locations 属性

定义

获取 MapLocationFinder 查询找到的位置列表。

public:
 property IVectorView<MapLocation ^> ^ Locations { IVectorView<MapLocation ^> ^ get(); };
IVectorView<MapLocation> Locations();
public IReadOnlyList<MapLocation> Locations { get; }
var iVectorView = mapLocationFinderResult.locations;
Public ReadOnly Property Locations As IReadOnlyList(Of MapLocation)

属性值

MapLocationFinder 查询找到的位置列表。 此属性返回 MapLocation 对象的集合。

适用于

另请参阅