Method: Mapstatic::Map#metadata
- Defined in:
- lib/mapstatic/map.rb
#metadata ⇒ Object
49 50 51 52 53 54 55 56 57 |
# File 'lib/mapstatic/map.rb', line 49 def { :bbox => bounding_box.join(','), :width => width.to_i, :height => height.to_i, :zoom => zoom, :number_of_tiles => required_tiles.length, } end |