Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsPlacesV1PlaceParkingOptions

import type { GoogleMapsPlacesV1PlaceParkingOptions } from "https://googleapis.deno.dev/v1/places:v1.ts";

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

interface GoogleMapsPlacesV1PlaceParkingOptions {
freeGarageParking?: boolean;
freeParkingLot?: boolean;
freeStreetParking?: boolean;
paidGarageParking?: boolean;
paidParkingLot?: boolean;
paidStreetParking?: boolean;
valetParking?: boolean;
}

§Properties

§
freeGarageParking?: boolean
[src]

Place offers free garage parking.

§
freeParkingLot?: boolean
[src]

Place offers free parking lots.

§
freeStreetParking?: boolean
[src]

Place offers free street parking.

§
paidGarageParking?: boolean
[src]

Place offers paid garage parking.

§
paidParkingLot?: boolean
[src]

Place offers paid parking lots.

§
paidStreetParking?: boolean
[src]

Place offers paid street parking.

§
valetParking?: boolean
[src]

Place offers valet parking.