class Google::Apis::VectortileV1::SegmentInfo
Extra metadata relating to segments.
Attributes
road_info[RW]
Extra metadata relating to roads. Corresponds to the JSON property `roadInfo` @return [Google::Apis::VectortileV1::RoadInfo]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vectortile_v1/classes.rb, line 646 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vectortile_v1/classes.rb, line 651 def update!(**args) @road_info = args[:road_info] if args.key?(:road_info) end