getLocations abstract method
Provides a list of all stored track points converted to a Location object.
See type_wptType for more details on the wptType format that is used for a track point.
Returns List<Location>. List of Location objects.
Implementation
List<Location> getLocations();