KapoorVashisht / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

enhancement for gpx creator #405

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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