aves/plugins/aves_map/lib/src/style.dart

13 lines
251 B
Dart

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