Class MMLatLon

Object
   |
   +--MMLatLon

class MMLatLon

Defined in MultimapOpenAPI


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.
 boolean equals( other )
           Checks whether the given lat/lon value has the same values as the current one.
 void forceNumbers()
           Function to ensure the attributes stored are floating point numbers.
 String latToCanonical()
           Returns canonically formatted version of the latitude.
 String lonToCanonical()
           Returns canonically formatted version of the longitude..
 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()

equals

boolean equals( other )

forceNumbers

void forceNumbers()

latToCanonical

String latToCanonical()

lonToCanonical

String lonToCanonical()

toString

String toString()


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