aves/plugins/aves_map/lib/src/style.dart
2022-04-25 17:12:25 +09:00

14 lines
266 B
Dart

enum EntryMapStyle {
// Google
googleNormal,
googleHybrid,
googleTerrain,
// Huawei
hmsNormal,
hmsTerrain,
// Leaflet
// browse providers at https://leaflet-extras.github.io/leaflet-providers/preview/
osmHot,
stamenToner,
stamenWatercolor,
}