- Legend to Symbols

-
Interface nokia.maps.map.component.InfoBubbles.Options
Interface Summary
This interface defines the properties (options or keys) for
nokia.maps.map.component.InfoBubbles.
Extends
nokia.maps.util.OObject.
Field Summary
String | Number
defaultHeight
This property holds the preferred height of bubbles.
String | Number
defaultWidth
This property holds the preferred width of bubbles.
String
defaultXAlignment
This property holds the preferred horizontal alignment of bubbles.
String
defaultYAlignment
This property holds the preferred vertical alignment of bubbles.
Direct Inheritance
Field Detail
String | Number
defaultHeight
This property holds the preferred height of bubbles. The property can either have a
numeric value defining the height of bubbles in pixels or its value can be the string
constant "auto" (nokia.maps.map.component.InfoBubbles#DIMENSION_AUTO)
to allow the bubble to manage its size on its own. The default value is "auto".
Should very large amounts of text are displayed in an info bubble, it is best to set the preferred width to a fixed size to avoid rendering artifacts.
Platform-dependent styling can also be applied to the value of this property as a string, but the result of this may not yield expected results.
String | Number
defaultWidth
This property holds the preferred width of bubbles. The property can either
have a numeric value defining the width of bubbles in pixels or it can be the
string constant "auto" (nokia.maps.map.component.InfoBubbles#DIMENSION_AUTO)
to allow the bubble to manage its size on its own. The default value is "auto".
Should very large amounts of text are displayed in an info bubble, it is best to set the preferred width to a fixed size to avoid rendering artifacts.
Platform-dependent styling can also be applied to the value of this property as a string, but the result of this may not yield expected results.
String
defaultXAlignment
This property holds the preferred horizontal alignment of bubbles. The property
can have one of the following three values:
left(nokia.maps.map.component.InfoBubbles#ALIGNMENT_LEFT)right(nokia.maps.map.component.InfoBubbles#ALIGNMENT_RIGHT)auto(nokia.maps.map.component.InfoBubbles#ALIGNMENT_AUTO)
right.
String
defaultYAlignment
This property holds the preferred vertical alignment of bubbles. The property can
have one of the following three values:
above(nokia.maps.map.component.InfoBubbles#ALIGNMENT_ABOVE)below(nokia.maps.map.component.InfoBubbles#ALIGNMENT_BELOW)auto(nokia.maps.map.component.InfoBubbles#ALIGNMENT_AUTO)
below.