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
Route
Gets the route associated with the geocoding result.
IRoute Route { get; init; }