GpsInfo

data class GpsInfo(val latitude: Float, val longitude: Float, val altitude: Float, val dateTimeZone: String)

GPS information

65535 is set for latitude and longitude when disabling the GPS setting at RICOH THETA Z1 and prior.

For RICOH THETA X, ON/OFF for assigning position information is set at Options.isGpsOn

Constructors

Link copied to clipboard
constructor(gpsInfo: GpsInfo)
constructor(latitude: Float, longitude: Float, altitude: Float, dateTimeZone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Altitude (meters) When GPS is disabled: 0

Link copied to clipboard

Location information acquisition time YYYY:MM:DD hh:mm:ss+(-)hh:mm hh is in 24-hour time, +(-)hh:mm is the time zone when GPS is disabled: ""(null characters)

Link copied to clipboard

Latitude (-90.000000 – 90.000000) When GPS is disabled: 65535

Link copied to clipboard

Longitude (-180.000000 – 180.000000) When GPS is disabled: 65535

Functions

Link copied to clipboard

Determine if setting value is invalid

Link copied to clipboard

Convert GpsInfo to transferred.GpsInfo. for ThetaApi.