Class Ym4r::GmPlugin::GLatLngBounds
In: lib/gm_plugin/overlay.rb
Parent: Struct.new(:sw,:ne)

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

Methods

create  

Included Modules

MappingObject

Public Instance methods

[Source]

     # File lib/gm_plugin/overlay.rb, line 128
128:       def create
129:         "new GLatLngBounds(#{MappingObject.javascriptify_variable(sw)},#{MappingObject.javascriptify_variable(ne)})"
130:       end

[Validate]