MapControlTransitFeaturePointerEnteredEventArgs MapControlTransitFeaturePointerEnteredEventArgs MapControlTransitFeaturePointerEnteredEventArgs MapControlTransitFeaturePointerEnteredEventArgs Class

Definition

Provides data for the TransitFeaturePointerEntered 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 MapControlTransitFeaturePointerEnteredEventArgs : IMapControlTransitFeaturePointerEnteredEventArgspublic sealed class MapControlTransitFeaturePointerEnteredEventArgs : IMapControlTransitFeaturePointerEnteredEventArgsPublic NotInheritable Class MapControlTransitFeaturePointerEnteredEventArgs Implements IMapControlTransitFeaturePointerEnteredEventArgs// 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

MapControlTransitFeaturePointerEnteredEventArgs() MapControlTransitFeaturePointerEnteredEventArgs() MapControlTransitFeaturePointerEnteredEventArgs() MapControlTransitFeaturePointerEnteredEventArgs()

Constructs a new MapControlTransitFeaturePointerEnteredEventArgs object.

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

Properties

DisplayName DisplayName DisplayName DisplayName

Gets the display name.

public : PlatForm::String DisplayName { get; }public string DisplayName { get; }Public ReadOnly Property DisplayName As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The display name.

Location Location Location Location

Gets the location.

public : Geopoint Location { get; }public Geopoint Location { get; }Public ReadOnly Property Location As Geopoint// This API is not available in Javascript.
Value
Geopoint Geopoint Geopoint Geopoint

The location.

TransitProperties TransitProperties TransitProperties TransitProperties

Gets the transit properties.

public : IMapView<string, object> TransitProperties { get; }public IReadOnlyDictionary<string, object> TransitProperties { get; }Public ReadOnly Property TransitProperties As IReadOnlyDictionary<string, object>// This API is not available in Javascript.
Value
IMapView<PlatForm::String, PlatForm::Object> IReadOnlyDictionary<string, object> IReadOnlyDictionary<string, object> IReadOnlyDictionary<string, object>

The transit properties.