MapControlBusinessLandmarkPointerEnteredEventArgs
MapControlBusinessLandmarkPointerEnteredEventArgs
MapControlBusinessLandmarkPointerEnteredEventArgs
MapControlBusinessLandmarkPointerEnteredEventArgs
Class
Definition
Provides data for the BusinessLandmarkPointerEntered 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 MapControlBusinessLandmarkPointerEnteredEventArgs : IMapControlBusinessLandmarkPointerEnteredEventArgspublic sealed class MapControlBusinessLandmarkPointerEnteredEventArgs : IMapControlBusinessLandmarkPointerEnteredEventArgsPublic NotInheritable Class MapControlBusinessLandmarkPointerEnteredEventArgs Implements IMapControlBusinessLandmarkPointerEnteredEventArgs// 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
MapControlBusinessLandmarkPointerEnteredEventArgs() MapControlBusinessLandmarkPointerEnteredEventArgs() MapControlBusinessLandmarkPointerEnteredEventArgs() MapControlBusinessLandmarkPointerEnteredEventArgs()
Creates a new MapControlBusinessLandmarkPointerEnteredEventArgs object.
public : MapControlBusinessLandmarkPointerEnteredEventArgs()public MapControlBusinessLandmarkPointerEnteredEventArgs()Public Sub New()// This API is not available in Javascript.
Properties
LocalLocations LocalLocations LocalLocations LocalLocations
Gets the local locations for the business landmark.
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 for the business landmark.