open class RoutePolyline : Parcelable
Created by Akexorcist on 11/29/15 AD.
RoutePolyline() |
static val CREATOR: Creator<RoutePolyline> |
open fun describeContents(): Int |
|
open fun getPointList(): MutableList<LatLng> |
|
open fun getRawPointList(): String |
|
open fun setRawPointList(rawPointList: String): Unit |
|
open fun writeToParcel(dest: Parcel, flags: Int): Unit |