Attractions.io MapLayr
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Attractions.io MapLayr
maplayr
/
io.attractions.maplayr.androidLayer
/
MapLayer
/
GeographicPositionedView
Geographic
Positioned
View
interface
GeographicPositionedView
:
MapLayer
,
MapLayer.ViewInterface
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Geographic
Coordinate
Link copied to clipboard
abstract
fun
getGeographicCoordinate
(
)
:
GeographicCoordinate
get
Height
Link copied to clipboard
abstract
fun
getHeight
(
)
:
Int
get
Level
Link copied to clipboard
open
fun
getLevel
(
buildings
:
Set
<
Building
>
)
:
Level
?
get
Parent
Link copied to clipboard
abstract
fun
getParent
(
)
:
ViewParent
get
Pivot
X
Link copied to clipboard
abstract
fun
getPivotX
(
)
:
Float
get
Pivot
Y
Link copied to clipboard
abstract
fun
getPivotY
(
)
:
Float
get
Width
Link copied to clipboard
abstract
fun
getWidth
(
)
:
Int
is
Selected
Link copied to clipboard
abstract
fun
isSelected
(
)
:
Boolean
on
Draw
Link copied to clipboard
open
override
fun
onDraw
(
mapViewFrameContext
:
MapViewFrameContext
)
Called to draw the map layer during each frame.
set
Alpha
Link copied to clipboard
abstract
fun
setAlpha
(
alpha
:
Float
)
set
Visibility
Link copied to clipboard
abstract
fun
setVisibility
(
visibility
:
Int
)
set
X
Link copied to clipboard
abstract
fun
setX
(
x
:
Float
)
set
Y
Link copied to clipboard
abstract
fun
setY
(
y
:
Float
)
set
Z
Link copied to clipboard
abstract
fun
setZ
(
z
:
Float
)