Skip to main content
All docs
V26.1
  • AzureRouteIsochroneOptions Members

    Contains isochrone calculation options passed to the Azure Maps service.

    Constructors

    Name Description
    AzureRouteIsochroneOptions() Initializes a new instance of the AzureRouteIsochroneOptions class.

    Fields

    Name Description
    AvoidTypesProperty static Identifies the AvoidTypes dependency property.
    ExtendedRouteDefinitionsProperty static Identifies the ExtendedRouteDefinitions dependency property.
    RouteReportProperty static Identifies the RouteReport dependency property.
    TravelModeProperty static Identifies the TravelMode dependency property.

    Properties

    Name Description
    AvoidTypes Excludes specified road or transportation types from the route.
    ExtendedRouteDefinitions Specifies additional route calculation parameters (definitions).
    RouteReport Specifies the type of data that should be reported for diagnostic purposes.
    TravelMode Specifies the transportation / commute mode.

    Events

    Name Description
    PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
    See Also