Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
collections_map_view.dart File Reference
import package;
import material.dart;
import flutter_screenutil.dart;
import google_maps_flutter.dart;
import go_router.dart;
import geolocator.dart;
import dart;
import as;
import ui;
import core;
import common;
import entities;
import collection_entity.dart;
import router;
import routes.dart;
import theme;
import color_palette.dart;
import widgets;
import map_button.dart;
import map_details_card.dart;
Include dependency graph for collections_map_view.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
override void didUpdateWidget (CollectionsMapView oldWidget)
Future< void_createMarkers () async
Future< BitmapDescriptor > _getMarkerBitmap (int number) async
override Widget build (BuildContext context)
void _goToUserLocation () async
override void dispose ()

Variables

class CollectionsMapView extends StatefulWidget _mapController
Map< MarkerId, Marker > _markers = {}
bool _isMapLoaded = false
int _selectedMarkerIndex = -1
late AnimationController _animationController
String mapStyle

Function Documentation

◆ _createMarkers()

Future< void > _createMarkers ( )

Definition at line 74 of file collections_map_view.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _getMarkerBitmap()

Future< BitmapDescriptor > _getMarkerBitmap ( int number)

Definition at line 114 of file collections_map_view.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _goToUserLocation()

void _goToUserLocation ( )

Definition at line 268 of file collections_map_view.dart.

Here is the call graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 160 of file collections_map_view.dart.

◆ didUpdateWidget()

override void didUpdateWidget ( CollectionsMapView oldWidget)

Definition at line 67 of file collections_map_view.dart.

Here is the call graph for this function:

◆ dispose()

override void dispose ( )

Definition at line 343 of file collections_map_view.dart.

◆ initState()

override void initState ( )

Definition at line 57 of file collections_map_view.dart.

Here is the call graph for this function:

Variable Documentation

◆ _animationController

late AnimationController _animationController

Definition at line 33 of file collections_map_view.dart.

◆ _isMapLoaded

bool _isMapLoaded = false

Definition at line 31 of file collections_map_view.dart.

◆ _mapController

class CollectionsMapView extends StatefulWidget _mapController

◆ _markers

Map<MarkerId, Marker> _markers = {}

Definition at line 30 of file collections_map_view.dart.

◆ _selectedMarkerIndex

int _selectedMarkerIndex = -1

Definition at line 32 of file collections_map_view.dart.

◆ mapStyle

String mapStyle
Initial value:
= '''
[
{
"featureType": "poi",
"elementType": "labels.icon",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "transit",
"stylers": [
{
"visibility": "off"
}
]
}
]
'''

Definition at line 34 of file collections_map_view.dart.