LocationUpdate

A class that contains the location update configuration.

data class LocationUpdate(location: Location, intermediatePoints: List<Location>?, animationDuration: Long?)

Constructors

LocationUpdate
Link copied to clipboard
fun LocationUpdate(location: Location, intermediatePoints: List<Location>?, animationDuration: Long?)

Functions

component1
Link copied to clipboard
operator fun component1(): Location
component2
Link copied to clipboard
operator fun component2(): List<Location>?
component3
Link copied to clipboard
operator fun component3(): Long?
copy
Link copied to clipboard
fun copy(location: Location, intermediatePoints: List<Location>?, animationDuration: Long?): LocationUpdate
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

animationDuration
Link copied to clipboard

val animationDuration: Long?
intermediatePoints
Link copied to clipboard

val intermediatePoints: List<Location>?
location
Link copied to clipboard

val location: Location