class Google::Apis::VectortileV1::RoadInfo

Extra metadata relating to roads.

Attributes

is_private[RW]

Road has signage discouraging or prohibiting use by the general public. E.g., roads with signs that say “Private”, or “No trespassing.” Corresponds to the JSON property `isPrivate` @return [Boolean]

is_private?[RW]

Road has signage discouraging or prohibiting use by the general public. E.g., roads with signs that say “Private”, or “No trespassing.” Corresponds to the JSON property `isPrivate` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vectortile_v1/classes.rb, line 535
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 540
def update!(**args)
  @is_private = args[:is_private] if args.key?(:is_private)
end