Christian Garcia
Christian Garcia

Reputation: 59

How to create route between 2 points using flutter_map package

I display a map using flutter_map package and mapbox but how can I make a routing between 2 points?

Like leaflet routing machine can we request a route using mapbox? If so how can I achieve that? I know I can draw a polyline but I don't know how to get the routing points.

Upvotes: 2

Views: 5181

Answers (2)

JaffaKetchup
JaffaKetchup

Reputation: 1638

I know this question has been inactive for a while (but it might still help). I'd like to bring attention to http://project-osrm.org/. It's a free routing machine based on Open Street Maps.

I'm currently in the process of making a plugin for this (or a separate package with extra support for flutter_map), but I'm quite busy at the moment, so there's no ETA.

See this comment on GitHub at https://github.com/fleaflet/flutter_map/issues/461#issuecomment-896993785

Upvotes: 4

Dev
Dev

Reputation: 6786

There is already a open issue (now closed due to stale issue without resolution) at https://github.com/johnpryan/flutter_map/issues/461. Please read

Upvotes: 1

Related Questions