public class TransitRouteSourceAttribution
extends java.lang.Object
Route,
Route.getTransitRouteSourceAttribution()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttribution()
Gets the source attribution information as a html formatted string.
|
java.util.List<TransitRouteSupplier> |
getSuppliers()
Gets the structured information about source data suppliers
|
public java.lang.String getAttribution()
TextView textView = (TextView) findViewById(R.id.attributionText);
textView.setText((Html.fromHtml(route.getTransitRouteSourceAttribution().getAttribution())));
textView.setMovementMethod(LinkMovementMethod.getInstance());
public java.util.List<TransitRouteSupplier> getSuppliers()