import package;
import easy_localization.dart;
import material.dart;
import flutter_bloc.dart;
import google_maps_flutter.dart;
import geolocator.dart;
import geocoding.dart;
import go_router.dart;
import core;
import constants;
import assets.dart;
import router;
import routes.dart;
import ui;
import theme;
import color_palette.dart;
import widgets;
import custom_scaffold.dart;
import bloc;
import planning_bloc;
import routing_planning_bloc.dart;
import map_widget.dart;
import bottom_content_panel.dart;
Go to the source code of this file.
◆ _getAddressFromLocation()
| Future< void > _getAddressFromLocation |
( |
LatLng | location | ) |
|
◆ _getCurrentLocation()
| Future< void > _getCurrentLocation |
( |
| ) |
|
◆ _onContinue()
◆ build()
| override Widget build |
( |
BuildContext | context | ) |
|
◆ dispose()
| override void dispose |
( |
| ) |
|
◆ initState()
| override void initState |
( |
| ) |
|
◆ _currentAddress
| String _currentAddress = 'Getting your location...' |
◆ _currentLocation
| LatLng _currentLocation = const LatLng(24.6932, 46.7161) |
◆ _isLoadingLocation
| bool _isLoadingLocation = true |
◆ _isMapLoaded
| bool _isMapLoaded = false |
◆ _mapController
◆ _markers
| Set<Marker> _markers = {} |
◆ mapStyle
Initial value: = '''
[
{
"featureType": "poi",
"elementType": "labels.icon",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "transit",
"stylers": [
{
"visibility": "off"
}
]
}
]
'''
Definition at line 32 of file start_location_screen.dart.