Uses of Class
de.hirola.sportslibrary.model.LocationData
-
Packages that use LocationData Package Description de.hirola.sportslibrary.model -
-
Uses of LocationData in de.hirola.sportslibrary.model
Methods in de.hirola.sportslibrary.model that return types with arguments of type LocationData Modifier and Type Method Description List<LocationData>Track. getLocations()Get the locations of the track.Constructor parameters in de.hirola.sportslibrary.model with type arguments of type LocationData Constructor Description Track(@NotNull String name, @Nullable String description, @Nullable java.time.LocalDate importDate, long startTime, long stopTime, double avg, double distance, @NotNull List<LocationData> locations)Create an imported track.Track(@NotNull String name, @Nullable String description, @Nullable java.time.LocalDate importDate, @NotNull List<LocationData> locations)Create an imported track.Track(String name, String description, long startTime, long stopTime, @Nullable List<LocationData> locations)Create a recorded and completed track.
-