aves/plugins/aves_map/lib/src/style.dart
2024-07-09 23:54:10 +02:00

10 lines
212 B
Dart

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