Show / Hide Table of Contents

Class GoogleMapsPlacesV1PlaceParkingOptions

Information about parking options for the place. A parking lot could support more than one option at the same time.

Inheritance
object
GoogleMapsPlacesV1PlaceParkingOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceParkingOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FreeGarageParking

Place offers free garage parking.

Declaration
[JsonProperty("freeGarageParking")]
public virtual bool? FreeGarageParking { get; set; }
Property Value
Type Description
bool?

FreeParkingLot

Place offers free parking lots.

Declaration
[JsonProperty("freeParkingLot")]
public virtual bool? FreeParkingLot { get; set; }
Property Value
Type Description
bool?

FreeStreetParking

Place offers free street parking.

Declaration
[JsonProperty("freeStreetParking")]
public virtual bool? FreeStreetParking { get; set; }
Property Value
Type Description
bool?

PaidGarageParking

Place offers paid garage parking.

Declaration
[JsonProperty("paidGarageParking")]
public virtual bool? PaidGarageParking { get; set; }
Property Value
Type Description
bool?

PaidParkingLot

Place offers paid parking lots.

Declaration
[JsonProperty("paidParkingLot")]
public virtual bool? PaidParkingLot { get; set; }
Property Value
Type Description
bool?

PaidStreetParking

Place offers paid street parking.

Declaration
[JsonProperty("paidStreetParking")]
public virtual bool? PaidStreetParking { get; set; }
Property Value
Type Description
bool?

ValetParking

Place offers valet parking.

Declaration
[JsonProperty("valetParking")]
public virtual bool? ValetParking { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX