[TIMOB-1933] Multiple routes (polylines) on map
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Trivial |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-02-02T17:32:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, feature, ios, mapview, routes |
Reporter | Ralf Pfeiffer |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:05:59.000+0000 |
Updated | 2017-03-31T17:22:31.000+0000 |
Description
The app I'm trying develop is for a collection of hiking and biking trails. Each trail may have multiple offshoots or different surface types (which would require a different route color), but currently adding multiple routes to the same mapview only shows the one. Couldn't there be an addRoutes like the working addAnnotations? I have tried loading the route as part of SQLite return while and as part of an array, but neither work.
Comments
- Arthur Evans 2012-02-02 This appears to work on iOS in 1.8.1. Android does not support addRoute yet. See linked bug.
- Arthur Evans 2012-02-02 For parity, Android should support multiple routes when it supports addRoute.