FlyAroundOptions

class FlyAroundOptions : Parcelable


Represents the camera preset, fly around, in a 3D map.

Summary

Public constructors

FlyAroundOptions(center: Camera!, durationInMillis: Long, rounds: Double)

Constructor for FlyAroundOptions with parameters for required fields.

Public functions

Unit
writeToParcel(dest: Parcel!, flags: Int)

Extension functions

Unit

Validates a specified FlyAroundOptions object.

Inherited functions

From android.os.Parcelable
abstract Int

Constants

CREATOR

const val CREATORParcelable.Creator<FlyAroundOptions!>!

Public constructors

FlyAroundOptions

FlyAroundOptions(center: Camera!, durationInMillis: Long, rounds: Double)

Constructor for FlyAroundOptions with parameters for required fields.

Parameters
center: Camera!

The center of the camera.

durationInMillis: Long

The duration of the fly around animation in milliseconds.

rounds: Double

The number of times the fly around animation should be played.

Public functions

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit

Public properties

center

var centerCamera!

durationInMillis

var durationInMillisLong

rounds

var roundsDouble

Extension functions

validate

fun FlyAroundOptions.validate(): Unit

Validates a specified FlyAroundOptions object.