GoogleMapsPlacesV1PlaceParkingOptions class

Information about parking options for the place.

A parking lot could support more than one option at the same time.

Constructors

GoogleMapsPlacesV1PlaceParkingOptions({bool? freeGarageParking, bool? freeParkingLot, bool? freeStreetParking, bool? paidGarageParking, bool? paidParkingLot, bool? paidStreetParking, bool? valetParking})
GoogleMapsPlacesV1PlaceParkingOptions.fromJson(Map json_)

Properties

freeGarageParking bool?
Place offers free garage parking.
getter/setter pair
freeParkingLot bool?
Place offers free parking lots.
getter/setter pair
freeStreetParking bool?
Place offers free street parking.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
paidGarageParking bool?
Place offers paid garage parking.
getter/setter pair
paidParkingLot bool?
Place offers paid parking lots.
getter/setter pair
paidStreetParking bool?
Place offers paid street parking.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valetParking bool?
Place offers valet parking.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited