|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object geo.google.mapping.MappingUtils
public class MappingUtils
Method Summary | |
---|---|
static GeoCoordinate |
stringToCoordinate(String coord)
Convert a string representation of GeoCoordinate to an GeoCoordinate object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static GeoCoordinate stringToCoordinate(String coord) throws GeoException
GeoCoordinate
to an GeoCoordinate
object.
coord
- - this must be in the format of statusCode(optional), latitude, longitude, altitude
coord
is null.
GeoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |