GeoMapStateMixin mixin
Manages map state variables.
- Mixin applications
Properties
-
allPlaces
↔ List<
Place> -
getter/setter pair
- animationController → AnimationController
-
no setter
-
fadeAnimation
→ Animation<
double> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialAnimationComplete ↔ bool
-
getter/setter pair
- initialCenter ↔ LatLng
-
getter/setter pair
- initialZoom ↔ double
-
getter/setter pair
- isLoadingNews ↔ bool
-
getter/setter pair
- isLoadingPlaces ↔ bool
-
getter/setter pair
- isLocating ↔ bool
-
getter/setter pair
- isLoggedIn ↔ bool
-
getter/setter pair
- isPostLoginRefresh ↔ bool
-
getter/setter pair
- mapController → MapController
-
no setter
- mapSettings ↔ MapSettings
-
getter/setter pair
-
newsMarkers
↔ List<
NewsMarker> -
getter/setter pair
- newsService → GdeltNewsService
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
savingPlaceIds
→ Set<
String> -
no setter
- showNewsMarkers ↔ bool
-
getter/setter pair
- skipPlacesChangeNotification ↔ bool
-
getter/setter pair
- tileProvider ↔ TileProvider
-
getter/setter pair
- userLocation ↔ LatLng?
-
getter/setter pair
- viewportInitialized ↔ bool
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited