MapControlBusinessLandmarkClickEventArgs
MapControlBusinessLandmarkClickEventArgs
MapControlBusinessLandmarkClickEventArgs
MapControlBusinessLandmarkClickEventArgs
Class
Definition
Provides data for the BusinessLandmarkClick 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 MapControlBusinessLandmarkClickEventArgs : IMapControlBusinessLandmarkClickEventArgspublic sealed class MapControlBusinessLandmarkClickEventArgs : IMapControlBusinessLandmarkClickEventArgsPublic NotInheritable Class MapControlBusinessLandmarkClickEventArgs Implements IMapControlBusinessLandmarkClickEventArgs// 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
MapControlBusinessLandmarkClickEventArgs() MapControlBusinessLandmarkClickEventArgs() MapControlBusinessLandmarkClickEventArgs() MapControlBusinessLandmarkClickEventArgs()
Initializes a new instance of the MapControlBusinessLandmarkClickEventArgs 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 : MapControlBusinessLandmarkClickEventArgs()public MapControlBusinessLandmarkClickEventArgs()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.