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;
Go to the source code of this file.
◆ _createMarkers()
| Future< void > _createMarkers |
( |
| ) |
|
◆ _getMarkerBitmap()
| Future< BitmapDescriptor > _getMarkerBitmap |
( |
int | number | ) |
|
◆ _goToUserLocation()
| void _goToUserLocation |
( |
| ) |
|
◆ build()
| override Widget build |
( |
BuildContext | context | ) |
|
◆ didUpdateWidget()
| override void didUpdateWidget |
( |
CollectionsMapView | oldWidget | ) |
|
◆ dispose()
| override void dispose |
( |
| ) |
|
◆ initState()
| override void initState |
( |
| ) |
|
◆ _animationController
| late AnimationController _animationController |
◆ _isMapLoaded
| bool _isMapLoaded = false |
◆ _mapController
◆ _markers
| Map<MarkerId, Marker> _markers = {} |
◆ _selectedMarkerIndex
| int _selectedMarkerIndex = -1 |
◆ 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.