Table of Contents

Class NavigationInstruction

Namespace
GoogleMapsApi.Entities.Routes.Response
Assembly
GoogleMapsApi.dll

Turn-by-turn navigation instruction for a step.

public sealed class NavigationInstruction
Inheritance
NavigationInstruction
Inherited Members

Properties

Instructions

Human-readable instruction text.

[JsonPropertyName("instructions")]
public string? Instructions { get; set; }

Property Value

string

Maneuver

High-level maneuver type (e.g. TURN_LEFT).

[JsonPropertyName("maneuver")]
public Maneuver? Maneuver { get; set; }

Property Value

Maneuver?