app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.geoengine.mvttranslation
/
MvtFeature
Mvt
Feature
open
class
MvtFeature
:
Feature
Inheritors
Intersection
Way
Members
Constructors
Mvt
Feature
Link copied to clipboard
constructor
(
)
Properties
bbox
Link copied to clipboard
@
Json
(
name
=
"bbox"
)
var
bbox
:
List
<
Double
>
?
feature
Class
Link copied to clipboard
var
featureClass
:
String
?
feature
Sub
Class
Link copied to clipboard
var
featureSubClass
:
String
?
feature
Type
Link copied to clipboard
var
featureType
:
String
?
feature
Value
Link copied to clipboard
var
featureValue
:
String
?
geometry
Link copied to clipboard
@
Json
(
name
=
"geometry"
)
var
geometry
:
GeoJsonObject
id
Link copied to clipboard
@
Json
(
name
=
"id"
)
var
id
:
String
?
name
Link copied to clipboard
var
name
:
String
?
osm
Id
Link copied to clipboard
var
osmId
:
Long
properties
Link copied to clipboard
@
Json
(
name
=
"properties"
)
var
properties
:
HashMap
<
String
,
Any
?
>
?
super
Category
Link copied to clipboard
var
superCategory
:
SuperCategoryId
type
Link copied to clipboard
@
Json
(
name
=
"type"
)
var
type
:
String
Functions
copy
Properties
Link copied to clipboard
fun
copyProperties
(
other
:
MvtFeature
)
set
Property
Link copied to clipboard
fun
setProperty
(
key
:
String
,
value
:
Any
)