sdk-search / com.tomtom.online.sdk.search.data.geometry.query / CircleGeometry

CircleGeometry

open class CircleGeometry : Serializable

Represents the information about the circle.

Constructors

<init>

CircleGeometry(center: LatLng!, radius: Int)

Instantiates a new CircleGeometry object based on location and radius.

Functions

getLatitude

open fun getLatitude(): Double

Returns the circle's center latitude.

getLongitude

open fun getLongitude(): Double

Returns the circle's center longitude.

getRadius

open fun getRadius(): Int

Returns the circle's radius.