@nativescript-community/ui-massifmaps
Nativescript Doc
Preparing search index...
vectorelements/marker
MarkerStyleBuilder
Class MarkerStyleBuilder
public shape of the accessors this class declares itself
Hierarchy (
View Summary
)
Accessors
BillboardStyleBuilder
<
any
,
MarkerStyleBuilderOptions
>
Accessors
Methods
Accessors
Methods
Accessors
Methods
MarkerStyleBuilder
Index
Constructors
constructor
Properties
anchor
Point
X
anchor
Point
Y
animation
Style
attach
Anchor
Point
X
attach
Anchor
Point
Y
bitmap
causes
Overlap
click
Size
color
during
Init
hide
If
Overlapped
horizontal
Offset
native
options
orientation
Mode
placement
Priority
scale
With
DPI
scaling
Mode
size
vertical
Offset
Methods
build
Style
dispose
get
Anchor
Point
X
get
Anchor
Point
Y
get
Animation
Style
get
Attach
Anchor
Point
X
get
Attach
Anchor
Point
Y
get
Bitmap
get
Click
Size
get
Color
get
Horizontal
Offset
get
Native
get
Orientation
Mode
get
Placement
Priority
get
Scaling
Mode
get
Size
get
Vertical
Offset
init
Native
View
is
Causes
Overlap
is
Hide
If
Overlapped
is
Scale
With
DPI
set
Anchor
Point
set
Anchor
Point
X
set
Anchor
Point
Y
set
Animation
Style
set
Attach
Anchor
Point
set
Attach
Anchor
Point
X
set
Attach
Anchor
Point
Y
set
Bitmap
set
Causes
Overlap
set
Click
Size
set
Color
set
Hide
If
Overlapped
set
Horizontal
Offset
set
Orientation
Mode
set
Placement
Priority
set
Scale
With
DPI
set
Scaling
Mode
set
Size
set
Vertical
Offset
Constructors
constructor
new
MarkerStyleBuilder
(
options
?:
MarkerStyleBuilderOptions
,
native
?:
any
,
)
:
MarkerStyleBuilder
Parameters
Optional
options
:
MarkerStyleBuilderOptions
Optional
native
:
any
Returns
MarkerStyleBuilder
Properties
anchor
Point
X
anchorPointX
:
number
anchor
Point
Y
anchorPointY
:
number
animation
Style
animationStyle
:
any
attach
Anchor
Point
X
attachAnchorPointX
:
number
attach
Anchor
Point
Y
attachAnchorPointY
:
number
bitmap
bitmap
:
string
|
ImageSource
|
ImageAsset
causes
Overlap
causesOverlap
:
boolean
click
Size
clickSize
:
number
color
color
:
string
|
Color
during
Init
duringInit
:
boolean
hide
If
Overlapped
hideIfOverlapped
:
boolean
horizontal
Offset
horizontalOffset
:
number
native
native
:
any
options
options
:
MarkerStyleBuilderOptions
orientation
Mode
orientationMode
:
BillboardOrientation
placement
Priority
placementPriority
:
number
scale
With
DPI
scaleWithDPI
:
boolean
scaling
Mode
scalingMode
:
BillboardScaling
size
size
:
number
vertical
Offset
verticalOffset
:
number
Methods
build
Style
buildStyle
()
:
any
Returns
any
dispose
dispose
()
:
any
Returns
any
get
Anchor
Point
X
getAnchorPointX
()
:
number
Returns
number
get
Anchor
Point
Y
getAnchorPointY
()
:
number
Returns
number
get
Animation
Style
getAnimationStyle
()
:
any
Returns
any
get
Attach
Anchor
Point
X
getAttachAnchorPointX
()
:
number
Returns
number
get
Attach
Anchor
Point
Y
getAttachAnchorPointY
()
:
number
Returns
number
get
Bitmap
getBitmap
()
:
ImageSource
Returns
ImageSource
get
Click
Size
getClickSize
()
:
number
Returns
number
get
Color
getColor
()
:
Color
Returns
Color
get
Horizontal
Offset
getHorizontalOffset
()
:
number
Returns
number
get
Native
getNative
()
:
any
Returns
any
get
Orientation
Mode
getOrientationMode
()
:
BillboardOrientation
Returns
BillboardOrientation
get
Placement
Priority
getPlacementPriority
()
:
number
Returns
number
get
Scaling
Mode
getScalingMode
()
:
BillboardScaling
Returns
BillboardScaling
get
Size
getSize
()
:
number
Returns
number
get
Vertical
Offset
getVerticalOffset
()
:
number
Returns
number
init
Native
View
initNativeView
(
native
:
any
,
options
:
MarkerStyleBuilderOptions
)
:
void
Parameters
native
:
any
options
:
MarkerStyleBuilderOptions
Returns
void
is
Causes
Overlap
isCausesOverlap
()
:
boolean
Returns
boolean
is
Hide
If
Overlapped
isHideIfOverlapped
()
:
boolean
Returns
boolean
is
Scale
With
DPI
isScaleWithDPI
()
:
boolean
Returns
boolean
set
Anchor
Point
setAnchorPoint
(
arg0
:
number
,
arg1
:
number
)
:
void
Parameters
arg0
:
number
arg1
:
number
Returns
void
set
Anchor
Point
X
setAnchorPointX
(
arg0
:
number
)
:
void
Parameters
arg0
:
number
Returns
void
set
Anchor
Point
Y
setAnchorPointY
(
arg0
:
number
)
:
void
Parameters
arg0
:
number
Returns
void
set
Animation
Style
setAnimationStyle
(
arg0
:
any
)
:
void
Parameters
arg0
:
any
Returns
void
set
Attach
Anchor
Point
setAttachAnchorPoint
(
arg0
:
number
,
arg1
:
number
)
:
void
Parameters
arg0
:
number
arg1
:
number
Returns
void
set
Attach
Anchor
Point
X
setAttachAnchorPointX
(
arg0
:
number
)
:
void
Parameters
arg0
:
number
Returns
void
set
Attach
Anchor
Point
Y
setAttachAnchorPointY
(
arg0
:
number
)
:
void
Parameters
arg0
:
number
Returns
void
set
Bitmap
setBitmap
(
arg0
:
string
|
ImageSource
|
ImageAsset
)
:
void
Parameters
arg0
:
string
|
ImageSource
|
ImageAsset
Returns
void
set
Causes
Overlap
setCausesOverlap
(
arg0
:
boolean
)
:
void
Parameters
arg0
:
boolean
Returns
void
set
Click
Size
setClickSize
(
arg0
:
number
)
:
void
Parameters
arg0
:
number
Returns
void
set
Color
setColor
(
arg0
:
string
|
Color
)
:
void
Parameters
arg0
:
string
|
Color
Returns
void
set
Hide
If
Overlapped
setHideIfOverlapped
(
arg0
:
boolean
)
:
void
Parameters
arg0
:
boolean
Returns
void
set
Horizontal
Offset
setHorizontalOffset
(
arg0
:
number
)
:
void
Parameters
arg0
:
number
Returns
void
set
Orientation
Mode
setOrientationMode
(
arg0
:
BillboardOrientation
)
:
void
Parameters
arg0
:
BillboardOrientation
Returns
void
set
Placement
Priority
setPlacementPriority
(
arg0
:
number
)
:
void
Parameters
arg0
:
number
Returns
void
set
Scale
With
DPI
setScaleWithDPI
(
arg0
:
boolean
)
:
void
Parameters
arg0
:
boolean
Returns
void
set
Scaling
Mode
setScalingMode
(
arg0
:
BillboardScaling
)
:
void
Parameters
arg0
:
BillboardScaling
Returns
void
set
Size
setSize
(
arg0
:
number
)
:
void
Parameters
arg0
:
number
Returns
void
set
Vertical
Offset
setVerticalOffset
(
arg0
:
number
)
:
void
Parameters
arg0
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
anchor
Point
X
anchor
Point
Y
animation
Style
attach
Anchor
Point
X
attach
Anchor
Point
Y
bitmap
causes
Overlap
click
Size
color
during
Init
hide
If
Overlapped
horizontal
Offset
native
options
orientation
Mode
placement
Priority
scale
With
DPI
scaling
Mode
size
vertical
Offset
Methods
build
Style
dispose
get
Anchor
Point
X
get
Anchor
Point
Y
get
Animation
Style
get
Attach
Anchor
Point
X
get
Attach
Anchor
Point
Y
get
Bitmap
get
Click
Size
get
Color
get
Horizontal
Offset
get
Native
get
Orientation
Mode
get
Placement
Priority
get
Scaling
Mode
get
Size
get
Vertical
Offset
init
Native
View
is
Causes
Overlap
is
Hide
If
Overlapped
is
Scale
With
DPI
set
Anchor
Point
set
Anchor
Point
X
set
Anchor
Point
Y
set
Animation
Style
set
Attach
Anchor
Point
set
Attach
Anchor
Point
X
set
Attach
Anchor
Point
Y
set
Bitmap
set
Causes
Overlap
set
Click
Size
set
Color
set
Hide
If
Overlapped
set
Horizontal
Offset
set
Orientation
Mode
set
Placement
Priority
set
Scale
With
DPI
set
Scaling
Mode
set
Size
set
Vertical
Offset
Nativescript Doc
@nativescript-community/ui-massifmaps
Loading...
public shape of the accessors this class declares itself