Class MMLatLon

Object
   |
   +--MMLatLon

class MMLatLon

Defined in MultimapAPI


Field Summary
 float lat
          The latitude for the point.
 float lon
          The longitude for the point.
 
Constructor Summary
MMLatLon ( <float> lat, <float> lon )
            A simple object to describe a point using a 'latitude, longitude' coordinate pair.
 
Method Summary
 MMLatLon copy()
           Function to make a copy of the object in a new object.
 String toString()
           Function to return a simple string representation of the object.

Field Detail

lat

float lat

lon

float lon

Constructor Detail

MMLatLon

MMLatLon( <float> lat, <float> lon )

Method Detail

copy

MMLatLon copy()

toString

String toString()


Documentation generated by JSDoc on Wed Aug 16 15:33:06 2006