MapControlTransitFeatureRightTappedEventArgs MapControlTransitFeatureRightTappedEventArgs MapControlTransitFeatureRightTappedEventArgs MapControlTransitFeatureRightTappedEventArgs Class

Definition

Provides data for the TransitFeatureRightTapped 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 MapControlTransitFeatureRightTappedEventArgs : IMapControlTransitFeatureRightTappedEventArgspublic sealed class MapControlTransitFeatureRightTappedEventArgs : IMapControlTransitFeatureRightTappedEventArgsPublic NotInheritable Class MapControlTransitFeatureRightTappedEventArgs Implements IMapControlTransitFeatureRightTappedEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
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

MapControlTransitFeatureRightTappedEventArgs() MapControlTransitFeatureRightTappedEventArgs() MapControlTransitFeatureRightTappedEventArgs() MapControlTransitFeatureRightTappedEventArgs()

Initializes a new instance of the MapControlTransitFeatureRightTappedEventArgs 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 : MapControlTransitFeatureRightTappedEventArgs()public MapControlTransitFeatureRightTappedEventArgs()Public Sub New()// This API is not available in Javascript.

Properties

DisplayName DisplayName DisplayName DisplayName

Gets the name of the transit feature.

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 : 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 name of the transit feature.

Location Location Location Location

Gets the geographic location of the transit feature.

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 : 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 geographic location of the transit feature.

TransitProperties TransitProperties TransitProperties TransitProperties

Gets the property bag for the transit feature.

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 : 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 property bag for the transit feature.