ZapGeoPoint

class ZapGeoPoint(val latitude: Double, val longitude: Double) : Zapable

Represent a point on earth in geological coordinates.

+--------------------+---------------------+
| latitude (64 bits) | longitude (64 bits) |
+--------------------+---------------------+

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val resource: ZapResource

A resource type of the object.

Functions

Link copied to clipboard
operator fun component1(): Double
Link copied to clipboard
operator fun component2(): Double
Link copied to clipboard
open override fun toPayload(): ZappPayload

Convert Zapable to ZappPayload and return it.