SelectVehileControllerRF class
- Inheritance
-
- Object
- ChangeNotifier
- SelectVehileControllerRF
Constructors
Properties
-
availableDriverList
↔ List<
PacketList> -
getter/setter pair
- bikeDuration ↔ String?
-
getter/setter pair
- carDuration ↔ String?
-
getter/setter pair
- distance ↔ double
-
getter/setter pair
- driverDetails ↔ DriverDetails
-
getter/setter pair
- duration ↔ int
-
getter/setter pair
- errorMessage ↔ String?
-
getter/setter pair
- geodesy → Geodesy
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasListeners → bool
-
Whether any listeners are currently registered.
no setterinherited
- isLoading ↔ bool
-
getter/setter pair
- lastFix ↔ LocationData?
-
getter/setter pair
- location → Location
-
final
-
locationSC
→ BehaviorSubject<
LocationData> -
final
- mapController ↔ MapControllerRF
-
getter/setter pair
-
markerList
↔ List<
MarkerRF> -
getter/setter pair
- pickupLocation ↔ GeoCodingResponse
-
getter/setter pair
-
points
↔ List<
CoordinateRF> -
getter/setter pair
- RFN ↔ RapidFireNavigator
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedVehicleType ↔ String
-
getter/setter pair
- status ↔ RequestStatus
-
getter/setter pair
-
vehicleList
↔ List<
VehicleCard> -
getter/setter pair
Methods
-
addListener(
VoidCallback listener) → void -
Register a closure to be called when the object changes.
inherited
-
canvelRequest(
) → dynamic -
dispose(
) → void -
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
inherited
-
drawPoly(
GeoCodingResponse pickup, GeoCodingResponse dropoff) → dynamic -
getAvailableDrivers(
) → dynamic -
getDistance(
) → dynamic -
getPolyline(
GeoCodingResponse pickup, GeoCodingResponse dropoff) → Future< Response> -
init(
GeoCodingResponse pickup, GeoCodingResponse dropoff, BuildContext context) → void -
initLocation(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyDriver(
BuildContext context) → dynamic -
notifyListeners(
) → void -
Call all the registered listeners.
inherited
-
onAcceptRequest(
double lat, double lng) → dynamic -
onPress(
List< VehicleCard> vehicleList, int index) → dynamic -
removeListener(
VoidCallback listener) → void -
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
trackDriver(
) → dynamic -
updateDriverList(
String type) → dynamic -
updateVehicleType(
String type) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited