googleDirectionLibrary / com.akexorcist.googledirection.model / RoutePolyline

RoutePolyline

open class RoutePolyline : Parcelable

Created by Akexorcist on 11/29/15 AD.

Constructors

<init>

RoutePolyline()

Properties

CREATOR

static val CREATOR: Creator<RoutePolyline>

Functions

describeContents

open fun describeContents(): Int

getPointList

open fun getPointList(): MutableList<LatLng>

getRawPointList

open fun getRawPointList(): String

setRawPointList

open fun setRawPointList(rawPointList: String): Unit

writeToParcel

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