Class: OvertureMaps::Models::Place

Inherits:
Base
  • Object
show all
Defined in:
lib/overture_maps/models/place.rb

Instance Method Summary collapse

Methods inherited from Base

#to_geojson

Instance Method Details

#brand_nameObject



38
39
40
# File 'lib/overture_maps/models/place.rb', line 38

def brand_name
  brands&.dig("names", "primary")
end