MapControlBusinessLandmarkPointerEnteredEventArgs.LocalLocations Property

Definition

Gets the local locations for the business landmark.

public:
 property IVectorView<LocalLocation ^> ^ LocalLocations { IVectorView<LocalLocation ^> ^ get(); };
IVectorView<LocalLocation> LocalLocations();
public IReadOnlyList<LocalLocation> LocalLocations { get; }
var iVectorView = mapControlBusinessLandmarkPointerEnteredEventArgs.localLocations;
Public ReadOnly Property LocalLocations As IReadOnlyList(Of LocalLocation)

Property Value

The local locations for the business landmark.

Applies to