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-map
/
com.mapsted.map.models.plotting
/
MapstedPolygon
Mapsted
Polygon
open
class
MapstedPolygon
:
MapstedVectorElement
,
ZoneEditable
,
IsMapItemInitialized
Class to represent a Polygon which gets plotted on the map
Members
Constructors
Mapsted
Polygon
Link copied to clipboard
constructor
(
propertyId
:
Int
,
buildingId
:
Int
,
floorId
:
Int
,
poses
:
MapPosVector
,
holes
:
MapPosVectorVector
,
style
:
PolygonStyle
)
Constructor to create a Polygon object
constructor
(
buildingId
:
Int
,
floorId
:
Int
,
poses
:
MapPosVector
,
style
:
PolygonStyle
)
Constructor to create a Polygon object
Properties
building
Id
Link copied to clipboard
open
var
buildingId
:
Int
floor
Id
Link copied to clipboard
open
var
floorId
:
Int
is
Initialized
Link copied to clipboard
open
var
isInitialized
:
Boolean
property
Id
Link copied to clipboard
open
var
propertyId
:
Int
Functions
get
Vector
Element
Link copied to clipboard
open
fun
getVectorElement
(
)
:
VectorElement
is
Visible
Link copied to clipboard
open
fun
isVisible
(
)
:
Boolean
re
Initialize
Link copied to clipboard
open
fun
reInitialize
(
)
set
Positions
Link copied to clipboard
open
fun
setPositions
(
positions
:
List
<
Mercator
>
)
set
Visible
Link copied to clipboard
open
fun
setVisible
(
visible
:
Boolean
)