public class Geometry
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Geometry(CircleGeometry circle)
The Constructor of a Class that determines the geometry in Search POIs.
|
Geometry(PolygonGeometry polygon)
The Constructor of a Class that determines the geometry in Search POIs.
|
Modifier and Type | Method and Description |
---|---|
CircleGeometry |
getCircle()
The getter of a circle geometry.
|
PolygonGeometry |
getPolygon()
The getter of a polygon geometry.
|
public Geometry(PolygonGeometry polygon)
public Geometry(CircleGeometry circle)
@Nullable public PolygonGeometry getPolygon()
@Nullable public CircleGeometry getCircle()