LocationPrediction

data class LocationPrediction(val locations: List<GeoLocation>)

Prediction containing limited list of future positions.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun LocationPrediction(locations: List<GeoLocation>)

Properties

Link copied to clipboard
val locations: List<GeoLocation>