menu
tilecode package
documentation
tile_location.dart
TileLocation
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'lat': this.lat, 'lng': this.lng, }; }
tilecode package
documentation
tile_location
TileLocation
toMap method
TileLocation class