Share via


MapControlTransitFeatureRightTappedEventArgs.Location Property

Definition

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:
 property Geopoint ^ Location { Geopoint ^ get(); };
Geopoint Location();
public Geopoint Location { get; }
var geopoint = mapControlTransitFeatureRightTappedEventArgs.location;
Public ReadOnly Property Location As Geopoint

Property Value

The geographic location of the transit feature.

Applies to