getDistance abstract method
- int index
Get 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
Throws
- An exception if it fails.
Implementation
int getDistance(final int index);