MapControlBusinessLandmarkPointerExitedEventArgs MapControlBusinessLandmarkPointerExitedEventArgs MapControlBusinessLandmarkPointerExitedEventArgs MapControlBusinessLandmarkPointerExitedEventArgs Class

Definition

Provides data for the BusinessLandmarkPointerExited event.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about this API and the Windows.Services.Maps.LocalSearch namespace, please work with your Microsoft Account Team representative.

public : sealed class MapControlBusinessLandmarkPointerExitedEventArgs : IMapControlBusinessLandmarkPointerExitedEventArgspublic sealed class MapControlBusinessLandmarkPointerExitedEventArgs : IMapControlBusinessLandmarkPointerExitedEventArgsPublic NotInheritable Class MapControlBusinessLandmarkPointerExitedEventArgs Implements IMapControlBusinessLandmarkPointerExitedEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.14393.0) Windows Mobile Extension SDK (introduced v10.0.14393.0) Windows Team Extension SDK (introduced v10.0.14393.0)
API contract
Windows.Services.Maps.LocalSearchContract (introduced v3)

Constructors

MapControlBusinessLandmarkPointerExitedEventArgs() MapControlBusinessLandmarkPointerExitedEventArgs() MapControlBusinessLandmarkPointerExitedEventArgs() MapControlBusinessLandmarkPointerExitedEventArgs()

Constructs a new MapControlBusinessLandmarkPointerExitedEventArgs object.

public : MapControlBusinessLandmarkPointerExitedEventArgs()public MapControlBusinessLandmarkPointerExitedEventArgs()Public Sub New()// This API is not available in Javascript.

Properties

LocalLocations LocalLocations LocalLocations LocalLocations

Gets the local locations of the business land mark.

public : IVectorView<LocalLocation> LocalLocations { get; }public IReadOnlyList<LocalLocation> LocalLocations { get; }Public ReadOnly Property LocalLocations As IReadOnlyList<LocalLocation>// This API is not available in Javascript.
Value
IVectorView<LocalLocation> IReadOnlyList<LocalLocation> IReadOnlyList<LocalLocation> IReadOnlyList<LocalLocation>

The local locations of the business land mark.