MovingPointBundle

data class MovingPointBundle(var previousPoint: IGeoPoint? = null, var selectedPoint: IGeoPoint? = null, var nextPoint: IGeoPoint? = null, var movingPos: IGeoPoint? = null, var trackId: Int, var selectedPointIdx: Int? = null, var selectedPointRealId: Double? = null)

Constructors

Link copied to clipboard
constructor(previousPoint: IGeoPoint? = null, selectedPoint: IGeoPoint? = null, nextPoint: IGeoPoint? = null, movingPos: IGeoPoint? = null, trackId: Int, selectedPointIdx: Int? = null, selectedPointRealId: Double? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var movingPos: IGeoPoint?
Link copied to clipboard
var nextPoint: IGeoPoint?
Link copied to clipboard
var previousPoint: IGeoPoint?
Link copied to clipboard
var selectedPoint: IGeoPoint?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard