getDefaultMapSource static method
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;
}
Time-based default map source. Always defaults to OpenStreetMap. Night mode styling is handled by app theme + color filter.
static MapSource getDefaultMapSource() {
return MapSource.openStreetMap;
}