Class MMLocation

Object
   |
   +--MMLocation

class MMLocation

Defined in MultimapAPI


Field Summary
 MMAddress address
          The address describing this location.
 MMBounds bounds
          The bounding box of this location.
 MMLatLon coords
          The coordinates of this location.
 String geocode_quality
          The geocode quality for geocoded locations
 String geocode_score
          The accuracy of the geocode for geocoded locations
 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

geocode_quality

String geocode_quality

geocode_score

String geocode_score

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 Jun 30 13:55:23 2009