MapControlBusinessLandmarkRightTappedEventArgs
MapControlBusinessLandmarkRightTappedEventArgs
MapControlBusinessLandmarkRightTappedEventArgs
MapControlBusinessLandmarkRightTappedEventArgs
Class
Definition
Provides data for the BusinessLandmarkRightTapped 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 MapControlBusinessLandmarkRightTappedEventArgs : IMapControlBusinessLandmarkRightTappedEventArgspublic sealed class MapControlBusinessLandmarkRightTappedEventArgs : IMapControlBusinessLandmarkRightTappedEventArgsPublic NotInheritable Class MapControlBusinessLandmarkRightTappedEventArgs Implements IMapControlBusinessLandmarkRightTappedEventArgs// This API is not available in Javascript.
- Attributes
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10586.0)
Windows Mobile Extension SDK (introduced v10.0.10586.0)
|
| API contract |
Windows.Services.Maps.LocalSearchContract (introduced v2)
|
Constructors
MapControlBusinessLandmarkRightTappedEventArgs() MapControlBusinessLandmarkRightTappedEventArgs() MapControlBusinessLandmarkRightTappedEventArgs() MapControlBusinessLandmarkRightTappedEventArgs()
Initializes a new instance of the MapControlBusinessLandmarkRightTappedEventArgs class.
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 : MapControlBusinessLandmarkRightTappedEventArgs()public MapControlBusinessLandmarkRightTappedEventArgs()Public Sub New()// This API is not available in Javascript.
Properties
LocalLocations LocalLocations LocalLocations LocalLocations
Gets the businesses that correspond to the business landmark.
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 : 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 businesses that correspond to the business landmark, of type LocalLocation.