Class sap.ui.vbm.GeoCircleModule: sap/ui/vbm/GeoCircle
Specific Visual Object element for a GeoCircle. A GeoCircle is positioned with its centerpoint at the given position. Since the actual size of a geocircle may depend on the zoom level it might be only partly visible. Thus detail windows will open at the click position.
sClassName
and enriches it with the information contained in oClassInfo
. Accepts an object literal mSettings
that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject for a general description of the syntax of the settings object.
The supported settings are:
- Properties
- position : string (default: 0;0;0)
- colorBorder : string (default: RGB(0,0,0))
- radius : string (default: 10000)
- color : string (default: RGB(0,0,0))
- slices : string (default: 20)
In addition, all settings applicable to the base type sap.ui.vbm.VoBase can be used as well.
{string} | sId? | id for the new control, generated automatically if no id is given |
{object} | mSettings? | initial settings for the new control |
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of information as described in sap.ui.vbm.VoBase.extend.
{string} | sClassName | Name of the class being created |
{object} | oClassInfo? | Object literal with information about the class |
{function} | FNMetaImpl? | Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata |
{function} | Created class / constructor function |
{sap.ui.base.Metadata} | Metadata object describing this class |
color
. The color of the geocirle.
Default value is RGB(0,0,0)
.
{string} | Value of property color |
colorBorder
. The border color of the geocirle.
Default value is RGB(0,0,0)
.
{string} | Value of property colorBorder |
position
. The position of the geocircle. The format is "lon;lat;0".
Default value is 0;0;0
.
{string} | Value of property position |
radius
. The radius in meters of the geocirle.
Default value is 10000
.
{string} | Value of property radius |
slices
. The number of slices of the geocircle.
Default value is 20
.
{string} | Value of property slices |
color
. The color of the geocirle.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is RGB(0,0,0)
.
{string} | sColor | New value for property color |
{sap.ui.vbm.GeoCircle} | Reference to this in order to allow method chaining |
colorBorder
. The border color of the geocirle.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is RGB(0,0,0)
.
{string} | sColorBorder | New value for property colorBorder |
{sap.ui.vbm.GeoCircle} | Reference to this in order to allow method chaining |
position
. The position of the geocircle. The format is "lon;lat;0".
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 0;0;0
.
{string} | sPosition | New value for property position |
{sap.ui.vbm.GeoCircle} | Reference to this in order to allow method chaining |
radius
. The radius in meters of the geocirle.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 10000
.
{string} | sRadius | New value for property radius |
{sap.ui.vbm.GeoCircle} | Reference to this in order to allow method chaining |
slices
. The number of slices of the geocircle.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 20
.
{string} | sSlices | New value for property slices |
{sap.ui.vbm.GeoCircle} | Reference to this in order to allow method chaining |