PACECloudSDK
/
cloud.pace.sdk.poikit.routing
/
RouteIntersection
Route
Intersection
data class
RouteIntersection
(routeOut:
Int
?, routeIn:
Int
?, bearings:
List
<
Int
>?, apiLocation:
List
<
Double
>?, classes:
List
<
String
>?, entries:
List
<
Boolean
>?, lanes:
List
<
RouteLane
>?) :
Parcelable
Content copied to clipboard
Functions
Properties
Functions
describe
Contents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract fun
writeToParcel
(p0:
Parcel
, p1:
Int
)
Content copied to clipboard
Properties
apiLocation
Link copied to clipboard
@
SerializedName
(
value =
"location"
)
var
apiLocation
:
List
<
Double
>? = null
Content copied to clipboard
bearings
Link copied to clipboard
@
SerializedName
(
value =
"bearings"
)
var
bearings
:
List
<
Int
>? = null
Content copied to clipboard
classes
Link copied to clipboard
@
SerializedName
(
value =
"classes"
)
var
classes
:
List
<
String
>? = null
Content copied to clipboard
entries
Link copied to clipboard
@
SerializedName
(
value =
"entry"
)
var
entries
:
List
<
Boolean
>? = null
Content copied to clipboard
lanes
Link copied to clipboard
@
SerializedName
(
value =
"lanes"
)
var
lanes
:
List
<
RouteLane
>? = null
Content copied to clipboard
locationPoint
Link copied to clipboard
val
locationPoint
:
LocationPoint
?
Content copied to clipboard
routeIn
Link copied to clipboard
@
SerializedName
(
value =
"in"
)
var
routeIn
:
Int
? = null
Content copied to clipboard
routeOut
Link copied to clipboard
@
SerializedName
(
value =
"out"
)
var
routeOut
:
Int
? = null
Content copied to clipboard