latLongs property

List<List<ILatLong>> latLongs
final

The geographical coordinates of the way nodes. The first item is the outer way whereas succeeding item always represents inner ways. todo replace with class-structure to make it easier to understand

Implementation

final List<List<ILatLong>> latLongs;