GoogleApi.ContentWarehouse.V1.Model.GeostoreServicedStopProto
Table of Contents ▼
Jump to a specific part of the page:
Description
Defines an ordered reference to a line variant’s stop.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
id
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto
, default:nil
)
- Reference to a Transit POI feature (gcid:transit_station) or platform compound section (gcid:railway_platform) serviced by the line variant. -
index
(type:integer()
, default:nil
)
- An index representing the order in which the above station is serviced by the line variant.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreServicedStopProto{
id: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
index: integer() | nil
}
id: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
index: integer() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreServicedStopProto