Class Ym4r::MapstractionPlugin::BoundingBox
In: lib/mapstraction_plugin/overlay.rb
Parent: Struct.new(:swlat,:swlon,:nelat,:nelon)

A rectangular bounding box, defined by its south-western and north-eastern corners.

Methods

create  

Included Modules

MappingObject

Public Instance methods

[Source]

    # File lib/mapstraction_plugin/overlay.rb, line 84
84:       def create
85:         "new BoundingBox(#{MappingObject.javascriptify_variable(swlat)},#{MappingObject.javascriptify_variable(swlon)},#{MappingObject.javascriptify_variable(nelat)},#{MappingObject.javascriptify_variable(nelon)})"
86:       end

[Validate]