Package com.geouniq.android
Class GeoUniq.CircularArea
java.lang.Object
com.geouniq.android.GeoUniq.CircularArea
- Enclosing class:
- GeoUniq
Models a circular area on the Earth's surface.
-
Constructor Summary
ConstructorsConstructorDescriptionCircularArea(String name, GeoUniq.GeoPoint center, double radius) Constructor sets the provided name, center, and radius to thisCircularArea -
Method Summary
-
Constructor Details
-
CircularArea
Constructor sets the provided name, center, and radius to thisCircularArea- Parameters:
name- an optional name to associate to thisCircularAreacenter- the center of theCircularArearadius- the raius of theCircularArea- Throws:
IllegalArgumentException- if center is null or radius is lower than or equal to zero
-
-
Method Details