Table of Contents

Interface IDirectionsResult

Namespace
XENBIT.ResQueServe.Abstractions.Interfaces
Assembly
RQS.Abstractions.dll
public interface IDirectionsResult

Properties

Provider

Gets the provider that supplied the geocoding result.

GeoProvider Provider { get; init; }

Property Value

GeoProvider

Route

Gets the route associated with the geocoding result.

IRoute Route { get; init; }

Property Value

IRoute