menu
simple_tiles_map package
documentation
attributions.dart
Attributions
getAttribution static method
getAttribution static method
dark_mode
light_mode
getAttribution
static method
String
getAttribution
(
TypeMap
type
)
Implementation
static String getAttribution(TypeMap type) { return _attributions[type] ?? "Map data"; }
simple_tiles_map package
documentation
attributions
Attributions
getAttribution static method
Attributions class