Skip to content

jelmer/brouter-client-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Client for brouter

This rust crate contains a simple client for the API of brouter, a routing engine based on openstreetmap data.

Usage

use brouter_client::{Brouter, Point};

let router = Brouter::default();

let gpx = router.broute(&[Point::new(52.3676, 4.9041), Point::new(52.0907, 5.1214)], &[], "trekking", None, None);

About

Rust client for the BRouter engine

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

 

Languages