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.core.models.userMapReporting
/
EntityDescription
Entity
Description
open
class
EntityDescription
Members
Constructors
Entity
Description
Link copied to clipboard
constructor
(
)
constructor
(
entityDescriptionId
:
Int
,
name
:
String
)
constructor
(
entityDescriptionId
:
Int
,
name
:
String
,
category
:
String
,
type
:
String
,
tags
:
String
)
Properties
category
Link copied to clipboard
open
var
category
:
String
entity
Description
Id
Link copied to clipboard
open
var
entityDescriptionId
:
Int
name
Link copied to clipboard
open
var
name
:
String
tags
Link copied to clipboard
open
var
tags
:
String
type
Link copied to clipboard
open
var
type
:
String