Class MMLocation

Object
   |
   +--MMLocation

class MMLocation

Defined in MultimapOpenAPI


Field Summary
 MMAddress address
          The address describing this location.
 MMBounds bounds
          The bounding box of this location.
 MMLatLon coords
          The coordinates of this location.
 Object route
          A route to be displayed.
 MMSearch search
          A search to perform and center on the first result of.
 integer zoom_factor
          The ideal zoom factor for displaying this location.
 
Constructor Summary
MMLocation ( <Object> various )
            An object for storing information about a location.
 
Method Summary
 MMLocation copy()
           Function to return a copy of the object in a new object.
 String toString()
           Function to return a string version of the object.

Field Detail

address

MMAddress address

bounds

MMBounds bounds

coords

MMLatLon coords

route

Object route

search

MMSearch search

zoom_factor

integer zoom_factor

Constructor Detail

MMLocation

MMLocation( <Object> various )

Method Detail

copy

MMLocation copy()

toString

String toString()


Documentation generated by JSDoc on Tue Feb 26 16:25:19 2008