public class CardBuilder
extends java.lang.Object
| Constructor and Description |
|---|
CardBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<AbstractCardData> |
buildCards(java.util.List<Edge> edges,
android.content.Context context)
Given a list of edges, returns a list of cards for displaying turn by turn navigation between
nodes.
|
public static java.util.List<AbstractCardData> buildCards(java.util.List<Edge> edges, android.content.Context context)
edges - list of edges whose directions should be parsed.