MapsIndoors Android
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPIconPlacement
MPIcon
Placement
enum
MPIconPlacement
Determines the placement of an icon based on the anchor
Entries
Functions
Entries
CENTER
Link copied to clipboard
CENTER
ABOVE
Link copied to clipboard
ABOVE
BELOW
Link copied to clipboard
BELOW
LEFT
Link copied to clipboard
LEFT
RIGHT
Link copied to clipboard
RIGHT
Functions
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
MPIconPlacement
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
MPIconPlacement
>
Returns an array containing the constants of this enum type, in the order they're declared.