[GraphHopper] street name, street max speed in android at certain time?
Peter K
peathal at yahoo.de
Mon Dec 2 16:31:29 UTC 2013
You fetch the speed via:
encoder(edgeIteratorState.getFlags());
and the name via:
edgeIteratorState.getName()
You can get the edgeIteratorState via locationIndex.findClosest(lat,
lon, EdgeFilter.ALL_EDGES);
Regards,
Peter.
>
> Hello,
>
> How can I get street name, street max speed in android at certain
> time, knowing current latitude and longitude?
>
> Thanks,
> ----------------
> Razvan
>
>
> _______________________________________________
> GraphHopper mailing list
> GraphHopper at openstreetmap.org
> https://lists.openstreetmap.org/listinfo/graphhopper
More information about the GraphHopper
mailing list