NAME
Ekahau::Response::MapImage - Contains a map of a location
SYNOPSIS
Ekahau stores a map of the areas it can find locations in, and this object contains one of those maps. The maps are simply a bitmap image of the area, and are encoded in PNG format.
DESCRIPTION
Constructor
Generally you will not want to construct these objects yourself; they are created by Ekahau::Response, and use its constructor.
Methods
map_size ( )
Returns the size of the map image in bytes.
map_type ( )
Returns the data type of the map image. At the time of this writing, this is always png
.
map_image ( )
Returns the data for this map, in PNG format.
type ( )
Returns the string MapImage, to identify the type of this object.
AUTHOR
Scott Gifford <gifford@umich.edu>, <sgifford@suspectclass.com>
Copyright (C) 2005 The Regents of the University of Michigan.
See the file LICENSE included with the distribution for license information.