toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-nav-manager-api
/
com.mapbox.dash.sdk.nav.manager.api.model
/
Category
Category
class
Category
(
val
name
:
String
)
:
SearchItem
A category like "restaurant" or "supermarket".
Members
Constructors
Category
Link copied to clipboard
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String