ArchiveWriteCenter

data class ArchiveWriteCenter(val longitude: Double, val latitude: Double, val zoom: Int)(source)

Geographic center point used when writing an archive header.

Constructors

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

Creates a center at longitude 0, latitude 0, zoom 0.

Properties

Link copied to clipboard

Center latitude.

Link copied to clipboard

Center longitude.

Link copied to clipboard
val zoom: Int

Center zoom.