getDefaultMapSource static method

MapSource getDefaultMapSource()

Time-based default map source. Always defaults to OpenStreetMap. Night mode styling is handled by app theme + color filter.

Implementation

static MapSource getDefaultMapSource() {
  return MapSource.openStreetMap;
}