Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-core
/
com.mapsted.positioning.coreObjects
/
CombinationSearchMatcher
/
Token
Token
data
class
Token
(
val
text
:
String
)
A classified query token.
Members
Constructors
Token
Link copied to clipboard
constructor
(
text
:
String
)
Properties
is
Container
Candidate
Link copied to clipboard
val
isContainerCandidate
:
Boolean
Numeric tokens are NEVER container candidates (hard product rule).
is
Numeric
Link copied to clipboard
val
isNumeric
:
Boolean
text
Link copied to clipboard
val
text
:
String