|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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 |
float lat
float lon
| Constructor Detail |
MMLatLon( <float> lat, <float> lon )
lat - The latitude for the point.
lon - The longitude for the point.
| Method Detail |
MMLatLon copy()
String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||