getDistance abstract method
- int index
Gets the distance in meters from the item to the reference coordinate.
Parameters
- IN index The index of the overlay item.
Returns
- The distance to the item specified by index, or 0 if the index is not in range.
Implementation
int getDistance(final int index);