sdk
/
com.sygic.sdk.search
/
CustomPlaceDataResult
Custom
Place
Data
Result
data
class
CustomPlaceDataResult
(
type
:
ResultType
,
distance
:
Double
,
title
:
String
,
subtitle
:
String
,
titleHighlights
:
List
<
StringRange
>
,
location
:
GeoCoordinates
,
boundary
:
GeoBoundingBox
,
flatType
:
FlatResultType
,
payload
:
Parcelable
)
:
GeocodingResult
,
FlatDataPayload
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
boundary
Link copied to clipboard
open override val
boundary
:
GeoBoundingBox
Content copied to clipboard
distance
Link copied to clipboard
open override val
distance
:
Double
Content copied to clipboard
flatType
Link copied to clipboard
open override val
flatType
:
FlatResultType
Content copied to clipboard
location
Link copied to clipboard
open override val
location
:
GeoCoordinates
Content copied to clipboard
payload
Link copied to clipboard
open override val
payload
:
Parcelable
Content copied to clipboard
subtitle
Link copied to clipboard
open override val
subtitle
:
String
Content copied to clipboard
title
Link copied to clipboard
open override val
title
:
String
Content copied to clipboard
titleHighlights
Link copied to clipboard
open override val
titleHighlights
:
List
<
StringRange
>
Content copied to clipboard
type
Link copied to clipboard
open override val
type
:
ResultType
Content copied to clipboard