Voting helps other researchers find interesting modules.
Used to describe the parking facilities provided by or available to a feature. Features of TYPE_ROAD or TYPE_COMPOUND can have a ParkingProto (with parking_provider_feature unset) that describes the parking facilities provided by that feature. Features of TYPE_COMPOUND or TYPE_ESTABLISHMENT_POI can have a ParkingProto (with parking_provider_feature set) to indicate that the feature has dedicated parking and provide details about it, and defer some details of the parking facilities to the referent feature(s). ParkingProto is maintained by the Harbor Pilot team (go/harbor-pilot). Detailed modeling information is described at go/parking-schema.
allowance
list(GoogleApi.ContentWarehouse.V1.Model.GeostoreParkingAllowanceProto.t)
nil
openingHours
GoogleApi.ContentWarehouse.V1.Model.GeostoreOpeningHoursProto.t
parkingAvailable
boolean()
parkingProviderFeature
list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t)
restriction
list(GoogleApi.ContentWarehouse.V1.Model.GeostoreParkingRestrictionProto.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreParkingProto{ allowance: [GoogleApi.ContentWarehouse.V1.Model.GeostoreParkingAllowanceProto.t()] | nil, openingHours: GoogleApi.ContentWarehouse.V1.Model.GeostoreOpeningHoursProto.t() | nil, parkingAvailable: boolean() | nil, parkingProviderFeature: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil, restriction: [GoogleApi.ContentWarehouse.V1.Model.GeostoreParkingRestrictionProto.t()] | nil }
@spec decode(struct(), keyword()) :: struct()