ChargingWaypoint

class ChargingWaypoint(link: PlaceLink, alternatives: List<PlaceLink>, originalPosition: GeoCoordinates, navigablePosition: GeoCoordinates, delay: Long, type: Int, status: Int, distanceFromStart: Int, payload: String?) : Waypoint

Constructors

ChargingWaypoint
Link copied to clipboard
fun ChargingWaypoint(link: PlaceLink, originalPosition: GeoCoordinates, type: Int, status: Int, payload: String? = null)
ChargingWaypoint
Link copied to clipboard
fun ChargingWaypoint(link: PlaceLink, originalPosition: GeoCoordinates, type: Int, payload: String? = null)
ChargingWaypoint
Link copied to clipboard
fun ChargingWaypoint(link: PlaceLink, alternatives: List<PlaceLink>, originalPosition: GeoCoordinates, navigablePosition: GeoCoordinates, delay: Long, type: Int, status: Int, distanceFromStart: Int, payload: String? = null)

Functions

describeContents
Link copied to clipboard
open override fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getDelay
Link copied to clipboard
open fun getDelay(): Long
getDistanceFromStart
Link copied to clipboard
open fun getDistanceFromStart(): Int
getMappedPositions
Link copied to clipboard
open fun getMappedPositions(): MutableList<GeoCoordinates>
getNavigablePosition
Link copied to clipboard
open fun getNavigablePosition(): GeoCoordinates
getOriginalPosition
Link copied to clipboard
open fun getOriginalPosition(): GeoCoordinates
getPayload
Link copied to clipboard
open fun getPayload(): String?
getSelectedPosition
Link copied to clipboard
open fun getSelectedPosition(): GeoCoordinates
getStatus
Link copied to clipboard
open fun getStatus(): Int
getType
Link copied to clipboard
open fun getType(): Int
hashCode
Link copied to clipboard
open override fun hashCode(): Int
isValidParcelable
Link copied to clipboard
open fun isValidParcelable(): Boolean
writeToParcel
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)

Properties

alternatives
Link copied to clipboard
val alternatives: List<PlaceLink>
Alternative charging stations accessible from specific charging point on route
link
Link copied to clipboard
val link: PlaceLink
Link to place which represents the best charging station accessible from specific point on route
mIsValidParcelable
Link copied to clipboard
val mIsValidParcelable: Boolean