OpenSpace Ordnance Survey Mapping API JavaScript Library Version 0.7.2 |
OpenSpace. MapSizeInstances of this class represent a width/height pair in map units InheritsSummary
clone
Create a clone of this size object Returns{OpenSpace.MapSize} A new OpenSpace.MapSize object with the same w and h values equals
Determine if this map size is equal to another map size Parameters
Returns{Boolean} The passed in size has the same h and w properties as this one. Note that if sz passed in is null, returns false. |
Create a clone of this size object
clone:function()
Determine if this map size is equal to another map size
equals:function( sz )