mapxusmap
Toggle table of contents
11.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mapxusmap
mapxusmap
/
com.mapxus.map.mapxusmap.api.services.model.point
/
PointResult
Point
Result
open
class
PointResult
:
SearchResult
,
Parcelable
Created by feng on 2019-07-26
Members
Constructors
Point
Result
Link copied to clipboard
constructor
(
)
constructor
(
pointList
:
List
<
PointInfo
>
)
Properties
CONTENTS_
FILE_
DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
SearchResult
>
val
CREATOR
:
Parcelable.Creator
<
PointResult
>
error
Link copied to clipboard
open
var
error
:
SearchResult.ERRORNO
error
Message
Link copied to clipboard
@
Nullable
open
var
errorMessage
:
String
PARCELABLE_
WRITE_
RETURN_
VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
point
List
Link copied to clipboard
open
var
pointList
:
List
<
PointInfo
>
status
Link copied to clipboard
open
var
status
:
Int
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)