risinghero / Yandex.API.Routing

Unofficial implementation of Yandex Routing API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Unofficial implementation of Yandex Routing API

License:MIT License


Languages

Language:C# 100.0%