hi,
could you please allow to create gpx file from classes that extend
RecordedGeoPoint?
public static String create(final List<RecordedGeoPoint> someRecords)
change to
public static String create(final List<? extends RecordedGeoPoint> someRecords)
in
public class RecordedRouteGPXFormatter implements
OpenStreetMapContributorConstants
Original issue reported on code.google.com by temporar...@gmail.com on 19 Feb 2013 at 4:02
Original issue reported on code.google.com by
temporar...@gmail.com
on 19 Feb 2013 at 4:02