Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 288 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 288 Bytes

Yandex.API.Routing

Unofficial implementation of Yandex Routing API Usage:

var result = await new RoutingClient(apiKeyOption).Route(new RoutingRequest(waypointOption) { 
        Mode=modeOption
    });

Link to yandex routing docs