geo.google.mapping
Class MappingUtils

java.lang.Object
  extended by geo.google.mapping.MappingUtils

public class MappingUtils
extends Object


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

stringToCoordinate

public static GeoCoordinate stringToCoordinate(String coord)
                                        throws GeoException
Convert a string representation of GeoCoordinate to an GeoCoordinate object.

Parameters:
coord - - this must be in the format of statusCode(optional), latitude, longitude, altitude
Returns:
- null if coord is null.
Throws:
GeoException


Copyright © 2008. All Rights Reserved.