Class Place.Types.ParkingOptions
Information about parking options for the place. A parking lot could support more than one option at the same time.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class Place.Types.ParkingOptions : IMessage<Place.Types.ParkingOptions>, IEquatable<Place.Types.ParkingOptions>, IDeepCloneable<Place.Types.ParkingOptions>, IBufferMessage, IMessage
Constructors
ParkingOptions()
Declaration
public ParkingOptions()
ParkingOptions(ParkingOptions)
Declaration
public ParkingOptions(Place.Types.ParkingOptions other)
Parameters
Type | Name | Description |
---|---|---|
Place.Types.ParkingOptions | other |
Properties
FreeGarageParking
Place offers free garage parking.
Declaration
public bool FreeGarageParking { get; set; }
Property Value
Type | Description |
---|---|
bool |
FreeParkingLot
Place offers free parking lots.
Declaration
public bool FreeParkingLot { get; set; }
Property Value
Type | Description |
---|---|
bool |
FreeStreetParking
Place offers free street parking.
Declaration
public bool FreeStreetParking { get; set; }
Property Value
Type | Description |
---|---|
bool |
HasFreeGarageParking
Gets whether the "free_garage_parking" field is set
Declaration
public bool HasFreeGarageParking { get; }
Property Value
Type | Description |
---|---|
bool |
HasFreeParkingLot
Gets whether the "free_parking_lot" field is set
Declaration
public bool HasFreeParkingLot { get; }
Property Value
Type | Description |
---|---|
bool |
HasFreeStreetParking
Gets whether the "free_street_parking" field is set
Declaration
public bool HasFreeStreetParking { get; }
Property Value
Type | Description |
---|---|
bool |
HasPaidGarageParking
Gets whether the "paid_garage_parking" field is set
Declaration
public bool HasPaidGarageParking { get; }
Property Value
Type | Description |
---|---|
bool |
HasPaidParkingLot
Gets whether the "paid_parking_lot" field is set
Declaration
public bool HasPaidParkingLot { get; }
Property Value
Type | Description |
---|---|
bool |
HasPaidStreetParking
Gets whether the "paid_street_parking" field is set
Declaration
public bool HasPaidStreetParking { get; }
Property Value
Type | Description |
---|---|
bool |
HasValetParking
Gets whether the "valet_parking" field is set
Declaration
public bool HasValetParking { get; }
Property Value
Type | Description |
---|---|
bool |
PaidGarageParking
Place offers paid garage parking.
Declaration
public bool PaidGarageParking { get; set; }
Property Value
Type | Description |
---|---|
bool |
PaidParkingLot
Place offers paid parking lots.
Declaration
public bool PaidParkingLot { get; set; }
Property Value
Type | Description |
---|---|
bool |
PaidStreetParking
Place offers paid street parking.
Declaration
public bool PaidStreetParking { get; set; }
Property Value
Type | Description |
---|---|
bool |
ValetParking
Place offers valet parking.
Declaration
public bool ValetParking { get; set; }
Property Value
Type | Description |
---|---|
bool |