package org.github.tess1o.geopulse.notes.model;

public enum NoteLocationSource {
    EXPLICIT,
    DERIVED_STAY,
    DERIVED_TRIP_GPS,
    DERIVED_TRIP_INTERPOLATED,
    NONE
}
