clone method

GeoLocation clone()

Create clone of this GeoLocation

Implementation

GeoLocation clone() {
  return GeoLocation.setLocation(getLocationName(), getLatitude(),
      getLongitude(), DateTime.parse(getDateTime().toIso8601String()));
}