Show / Hide Table of Contents

Class Overview

Type of returned overview geometry. Can be full (the most detailed geometry available),
simplified (a simplified version of the full geometry), or false (no overview geometry).

Inheritance
System.Object
Overview
Namespace:Mapbox.Directions
Assembly:Mapbox.Directions.dll
Syntax
public sealed class Overview : object

Fields

False

Use no overview geometry.

Declaration
public static readonly Overview False
Field Value
Type Description
Overview

Full

Use the most detailed geometry available.

Declaration
public static readonly Overview Full
Field Value
Type Description
Overview

Simplified

Use simplified geometry. This is the default value.

Declaration
public static readonly Overview Simplified
Field Value
Type Description
Overview

Methods

ToString()

Converts the overview type to a string.

Declaration
public override string ToString()
Returns
Type Description
System.String

A string to use as an optional value in the direction query URL.

Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX