OJP-Android-SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
OJP-Android-SDK
OJP-Android-SDK
/
ch.opentransportdata.ojp.domain.model
/
PointOfInterestCategory
Point
Of
Interest
Category
data
class
PointOfInterestCategory
(
val
osmTag
:
OsmTag
?
=
null
,
val
classification
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Point
Of
Interest
Category
Link copied to clipboard
constructor
(
osmTag
:
OsmTag
?
=
null
,
classification
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
classification
Link copied to clipboard
val
classification
:
String
?
osm
Tag
Link copied to clipboard
val
osmTag
:
OsmTag
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)