Skip to main content
All docs
V25.1
  • AzureRouteInstructionGroup.GroupMessage Property

    Returns the message related to the route section and requested for guidance. The AzureRouteOptions.InstructionsType value should be Text or Tagged to get messages.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public string GroupMessage { get; }

    Property Value

    Type Description
    String

    A text message.

    See Also