Raimund Wege
Raimund Wege
I thought about a map tiles overlay which shows the routes when no plan is loaded.
One year later: how is it going? Currently we're building an App with Flutter and I'm trying to build a dart package for graphhopper but first I need a pod...
I recommend to use the PlanEmptyPage (plan_empty.dart) as starting point for this task because this is the page which is shown if we don't have a plan... the first step...
Also we can't provide a destination info text like in the screenshot because we don't have a reverse geo coder right now.
The issue here is that each manual chosen position will create a new location object with latitude, longitude and the name 'Map Marker' (translated to the current language). After that...
@helmsandreas I had to refactor the tab pages because of layout issue (#242). From now on we only have one tab page control and this control can be expanded and...
We are currently testing different MapViews with Xcode 9 and can't use this SDK because of an issue in the pelias dependency: Is related to #341