Type Definitions
-
cercaliax.AjaxParams{Object}
-
Properties:
Name Type Argument Description urlstring URL. If not defined, default value is value of
cercalia.servers.servletconstant. Required.methodstring | undefined <optional>
HTTP method. Default
GET.headersObject | undefined <optional>
HTTP Headers for Ajax request.
postContentObject | string | undefined <optional>
Post data
timeoutnumber | undefined <optional>
Ajax timeout request.
callbackFnfunction | undefined <optional>
Callback function. First param is JSON data.
callbackFnErrorfunction | undefined <optional>
Callback error function
-
cercaliax.AuthResult{Object}
-
Properties:
Name Type Description cercaliacercaliax.AuthResultData Required.
-
cercaliax.AuthResultData{Object}
-
Properties:
Name Type Description cmdstring Required.
authcercaliax.ObjectJSON | undefined errorcercaliax.ObjectJSON | undefined -
cercaliax.BaseLayerOptions{Object}
-
Properties:
Name Type Argument Description namestring Required.
labelstring Required.
layerol.layer.Layer Required.
projectionCodestring Required.
logostring | undefined <optional>
HTML Content logo
-
cercaliax.ContextMenuOptions{Object}
-
Properties:
Name Type Argument Description idstring | undefined <optional>
Contex menu identifier. If it isn't defined, will be defined in class.
mapcercalia.Map | undefined <optional>
Map where appears the contex menu. If it isn't defined, will be defined with 'setMap' method.
fixedPositioncercalia.LonLat | undefined <optional>
If this argument is defined, context menu always will be shown in this position.
-
cercaliax.Coord{Object}
-
Properties:
Name Type Description xstring X Coordinate Required.
ystring X Coordinate Required.
-
cercaliax.FeatureOptions{Object}
-
Properties:
Name Type Argument Description draggableboolean | undefined <optional>
Boolean indicating if dragging is being enabled or not.
editableboolean | undefined <optional>
Boolean indicating if editing is being enabled or not.
fillColorstring | undefined <optional>
Feature fill color. Default value
#009BFF.fillOpacitynumber | undefined <optional>
Feature fill opacity. Default value 0.9.
geometryol.geom.Geometry | undefined <optional>
OpenLayers3 geometry
ol.Geometrythat indicates the feature to be painted.idstring | undefined <optional>
Marker ID. If not specified, it's automatically generated.
iconArrowstring | undefined <optional>
Icon URL. If not specified, API uses the default cercalia icon. If uses a custom icon, the arrow should be pointing upwards
lineDashArray.<number> | undefined <optional>
Line dash. Array of two values, continuous-discontinuous. For example
[40, 20],[10, 10],[10, 20, 40, 60].onClickfunction | undefined <optional>
Function to execute on feature click.
onDoubleClickfunction | undefined <optional>
Function to execute on feature double click.
onDragEndfunction | undefined <optional>
Function to execute when ends feature dragging.
onDragMovefunction | undefined <optional>
Function to execute during feature dragging.
onDragStartfunction | undefined <optional>
Function to execute on feature dragging start.
onDropfunction | undefined <optional>
Function to execute on feature drop. Returns the position of dragged features list
onMouseOutfunction | undefined <optional>
Function to execute on Mouse Out.
onMouseOverfunction | undefined <optional>
Function to execute on Mouse Over.
onModifyStartfunction | undefined <optional>
Function to execute on modify start. When feature is
editable. Parameters are: 1->cercalia.Feature, 2->ol.interaction.Modify.EventonModifyEndfunction | undefined <optional>
Function to execute on modify end. When feature is
editable. Parameters are: 1->cercalia.Feature, 2->ol.interaction.Modify.EventonRightClickfunction | undefined <optional>
Function to execute on feature right click.
outlineboolean | undefined <optional>
Enable outline feature property. If no outline required, specify null. Default value
true.outlineColorstring | undefined <optional>
Feature outline color. Default value
#00ff00outlineOpacitynumber | undefined <optional>
Feature outline opacity. Default value
1.outlineWidthnumber | undefined <optional>
Feature outline width. Default value
7.radiusnumber | undefined <optional>
Point radius.
simpleLabelcercalia.SimpleLabel | null SimpleLabel feature. Required.
showDirectionstring | undefined <optional>
Show direction (arrows)
srsstring | undefined <optional>
Projection. Default value:
ESPG:4326.strokeOpacitynumber | undefined <optional>
Feature stroke opacity. Default value
0.7.strokeColorstring | undefined <optional>
Feature stroke color. Default value
#ffffff.strokeWidthnumber | undefined <optional>
Feature stroke width. Default value
5.wktstring | undefined <optional>
WKT String with shape geometry to be painted.
kmlstring | undefined <optional>
KML string to be painted.
zIndexnumber | undefined <optional>
zIndex.
-
cercaliax.GeEntity{Object}
-
Properties:
Name Type Argument Description articlestring | null | undefined <optional>
citycercaliax.ObjectJSON | null | undefined <optional>
coordcercaliax.Coord | null | undefined <optional>
countrycercaliax.ObjectJSON | null | undefined <optional>
diststring | null | undefined <optional>
frcstring | null | undefined <optional>
housenumbercercaliax.ObjectJSON | null | undefined <optional>
idstring | null | undefined <optional>
intersectioncercaliax.ObjectJSON | null | undefined <optional>
kmhstring | null | undefined <optional>
labelstring | null | undefined <optional>
municipalitycercaliax.ObjectJSON | null | undefined <optional>
namecercaliax.ObjectJSON | null | undefined <optional>
posstring | null | undefined <optional>
postalcodecercaliax.ObjectJSON | null | undefined <optional>
prefixstring | null | undefined <optional>
regioncercaliax.ObjectJSON | null | undefined <optional>
snamestring | null | undefined <optional>
subcategory_idcercaliax.ObjectJSON | null | undefined <optional>
subregioncercaliax.ObjectJSON | null | undefined <optional>
zonenamestring | null | undefined <optional>
zonetypestring | null | undefined <optional>
-
cercaliax.GeListEntity{Object}
-
Properties:
Name Type Description geArray.<cercaliax.GeEntity> | null Required.
-
cercaliax.GeocodingResult{Object}
-
Properties:
Name Type Description cercaliacercaliax.GeocodingResultData Required.
-
cercaliax.GeocodingResultData{Object}
-
Properties:
Name Type Description candidatescercaliax.GeocodingResultData.candidates | undefined cmdstring Required.
servercercaliax.ObjectJSON | undefined errorcercaliax.ObjectJSON | undefined -
cercaliax.GeometryEntityResult{Object}
-
Properties:
Name Type Description cercaliacercaliax.GeometryEntityResultData Required.
-
cercaliax.GeometryEntityResultData{Object}
-
Properties:
Name Type Description cmdstring Required.
gecercaliax.GeometryEntityResult.GeEntity | undefined servercercaliax.ObjectJSON | undefined errorcercaliax.ObjectJSON | undefined versionstring | undefined -
cercaliax.HeatmapOptions{Object}
-
Properties:
Name Type Description formatstring | undefined File format. Accepts 'kml' or 'geojson'. Default: 'kml'.
mapcercalia.Map Map where markers will be painted. Required.
namestring | undefined Layer name.
urlstring The url of the file. Required.
projectionstring Projection code. Default: 'EPSG:900913' Required.
radiusnumber | undefined Radius of an entity. Default: 5.
gradientArray.<string> | undefined The color gradient of the heatmap, specified as an array of CSS color strings. Default is
['#00f', '#0ff', '#0f0', '#ff0', '#f00'].opacitynumber | undefined Opacity. 0-1. Default is 1.
blurnumber | undefined Blur size in pixels. Default is 15.
saturationnumber | undefined Saturation
-
cercaliax.IconOptions{Object}
-
Properties:
Name Type Argument Description srcstring | undefined <optional>
Image path URL. Default cercalia icon:
marker.pngsizeArray.<number> | undefined <optional>
Icon dimensions. Default value:
[23, 33].scalenumber | undefined <optional>
Icon image resizing factor. Default value
1.opacitynumber | undefined <optional>
Icon opacity. Default value
1.rotationnumber | undefined <optional>
Icon rotation. Default value
0.rotateWithViewboolean | undefined <optional>
Whether to rotate the icon with the view. Default
false.anchorArray.<number> | undefined <optional>
Anchor. Default value
[0.5, 0.5]. (fraction)anchorUnitsol.style.IconAnchorUnits | undefined <optional>
Units in which the anchor value is specified. A value of 'fraction' indicates the x value is a fraction of the icon. A value of 'pixels' indicates the x value in pixels. Default is 'fraction'.
svgstring | undefined <optional>
SVG string to create a icon. Example:
<svg width="120" height="120" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="20"/>
</svg> -
cercaliax.InfoMapOptions{Object}
-
Properties:
Name Type Description titlestring Title. Required.
contentstring Content. Required.
positioncercalia.LonLat Position. Required.
-
cercaliax.IsochronesResult{Object}
-
Properties:
Name Type Description cercaliacercaliax.IsochronesResultData Required.
-
cercaliax.IsochronesResultData{Object}
-
Properties:
Name Type Description cmdstring Required.
isochronescercaliax.IsochronesResultData.Isochrones | undefined servercercaliax.ObjectJSON Required.
versionstring | undefined errorcercaliax.ObjectJSON | undefined -
cercaliax.KMLOptions{Object}
-
Properties:
Name Type Argument Description namestring | undefined <optional>
Name
mapcercalia.Map Cercalia Map Required.
minResolutionnumber | undefined <optional>
The minimum resolution (inclusive) at which this layer will be visible.
maxResolutionnumber | undefined <optional>
MaxResolution The maximum resolution (exclusive) below which this layer will be visible.
opacitynumber | undefined <optional>
Opacity. 0-1. Default is 1
projectionstring | undefined <optional>
Projection. Default is EPSG:3857
draggablestring | undefined <optional>
Draggable. Default is false
urlstring | undefined <optional>
Url of resource
onLoadUrlfunction | undefined <optional>
Callback function when URL and features are loaded.
visiblestring | undefined <optional>
Visible. Default is false
-
cercaliax.LabelOptions{Object}
-
Properties:
Name Type Argument Description colorstring | undefined <optional>
Label color. Default value '#000000'
backgroundstring | undefined <optional>
Label backgroud. The string format is the same than css tag. Default value 'none repeat scroll 0% 0% #ffffff'
fontWeightboolean | undefined <optional>
Bold text. Default: false
lightLabelboolean | undefined <optional>
In case of paint a high number of labels, you can create Labels with a simpler DOM. Default value: false.
offsetnumber | undefined <optional>
Label offset, in pixels, from the bottom position of icon. Default value for default label is
[-3, -18].showboolean | undefined <optional>
Show text. Default value 1
textstring Simple Label text (with no background). Required.
iconWidthnumber | undefined <optional>
Width of image. Default value
15.iconHeightnumber | undefined <optional>
Height of image. Default value
15.iconstring Image src. Required.
-
cercaliax.LayerAndServers{Object}
-
-
cercaliax.LinestringOptions{Object}
-
Properties:
Name Type Description draggableboolean | undefined Boolean indicating if dragging is being enabled.
pathLineString coordinates. Required.
strokeColorstring Line color. Default '#00ff00'. Required.
strokeOpacitynumber Line opacity. Value between 0 and 1. Default value 0.75. Required.
strokeWidthnumber | undefined Line width. Default value 5.
zIndexnumber | undefined Z-Index. Default value 100.
-
cercaliax.LogisticsParams{Object}
-
Properties:
Name Type Argument Description vaxleweightnumber | undefined <optional>
Maximum axle weight.
vheightnumber | undefined <optional>
Maximum height.
vlengthnumber | undefined <optional>
Maximum length.
vwidthnumber | undefined <optional>
Maximum width.
vmaxvelnumber | undefined <optional>
Maximum speed.
rimpboolean | undefined <optional>
Dangerous goods.
trinfodatestring | undefined <optional>
YYYYMMDD
trinfodaysnumber | undefined <optional>
Number days to consecutives to show restrictions.
trstartnumber | undefined <optional>
Avoid route restrictions. In timestamp format.
-
cercaliax.LongTouchInteractionOptions{Object}
-
Properties:
Name Type Description handleLongTouchEventfunction Delay. Default
1000ms. Required.delaynumber | undefined Delay. Default
1000ms. -
cercaliax.MapOptions{Object}
-
cercalia.control.MapControls.SCALELINEcercalia.control.MapControls.CLEANcercalia.control.MapControls.GAS_STATIONScercalia.control.MapControls.LAYER_SWITCHERcercalia.control.MapControls.METEOcercalia.control.MapControls.NAVBARcercalia.control.MapControls.MOBILEBARcercalia.control.MapControls.TRAFFICcercalia.control.MapControls.ZOOMcercalia.control.MapControls.LOGISTICS_RESTRICTIONScercalia.control.MapControls.ISOCHRONEScercalia.control.MapControls.STREET_VIEW
If you want a map without controls put value[].
Properties:
Name Type Argument Description altRotationboolean | undefined <optional>
Enable or disable the ALT (keyboard) rotation map.
boundscercalia.Bounds | undefined <optional>
Initial map bounding box. Default:
null.centercercalia.LonLat | undefined <optional>
Center map coordinates. Default values
x=-2.530985346701069,y=40.14298996438731controlsArray.<string> | undefined <optional>
Map controls to include. Values:
centerOnGeolocationboolean | undefined <optional>
Use the user location to center the map. Default:
false.defaultClickfunction | undefined <optional>
Assign function to click on map. Function parameters: (1->pixel, 2->
cercalia.LonLat).
1) Pixel where clicked with mouse right click.
2) Map coordinate.
disableMouseOverEventsboolean | undefined <optional>
Disables mouse over events. Recommended for better performance when there are a lot of markers drawn in map. And if marker/feature mouseOver/mouseOut events aren't needed.
geolocationEnabledboolean | undefined <optional>
Enable automatically geolocation. Your position will be drawn to map.
greyscaleboolean | undefined <optional>
Base layer colors in greyscale. Default
false. -
cercaliax.MarkerOptions{Object}
-
Properties:
Name Type Argument Description draggableboolean | undefined <optional>
Boolean indicating if dragging is enabled or not.
iconcercalia.Icon | undefined <optional>
cercalia.Icon object, if not specified use the default value.
idstring | undefined <optional>
Marker Id. If not specified, generates a automatic value.
labelcercalia.Label | undefined <optional>
Label content.
onClickfunction | undefined <optional>
Function to execute on marker click.
onDoubleClickfunction | undefined <optional>
Function to execute on marker double click.
onDragEndfunction | undefined <optional>
Function to execute when ends marker dragging.
onDragMovefunction | undefined <optional>
Function to execute during marker dragging.
onDragStartfunction | undefined <optional>
Function to execute on marker dragging start.
onDropfunction | undefined <optional>
Function to execute on marker drop. Returns the position of dragged markers list
onMouseOutfunction | undefined <optional>
Function to execute on Mouse Out.
onMouseOverfunction | undefined <optional>
Function to execute on Mouse Over.
onRightClickfunction | undefined <optional>
Function to execute on marker right click.
popupcercalia.Popup | undefined <optional>
Marker popup.
positioncercalia.LonLat Position. Required.
simpleLabelcercalia.SimpleLabel | undefined <optional>
Marker Simple Label object.
zIndexnumber Z-Index marker. Default value 200. Required.
-
cercaliax.MoEntity{Object}
-
Properties:
Name Type Description coordcercaliax.Coord Required.
idstring | null Required.
-
cercaliax.ObjectJSON{Object}
-
Properties:
Name Type Description idstring | undefined | null Id.
valuestring | undefined | null Value.
-
cercaliax.ParamEntity{Object}
-
Properties:
Name Type Description namestring | undefined valuestring | undefined -
cercaliax.PoiEntity{Object}
-
Properties:
Name Type Description category_idstring | null | undefined diststring | null | undefined -
cercaliax.PoiListEntity{Object}
-
Properties:
Name Type Description numstring | null | undefined poiArray.<cercaliax.PoiEntity> | null | undefined -
cercaliax.PoisResult{Object}
-
Properties:
Name Type Description cercaliacercaliax.PoisResultData Required.
-
cercaliax.PoisResultData{Object}
-
Properties:
Name Type Description cmdstring Required.
mapcercaliax.PoisResultData.map Required.
proximitycercaliax.PoisResultData.proximity Required.
servercercaliax.ObjectJSON | undefined versionstring | undefined errorcercaliax.ObjectJSON | undefined -
cercaliax.PopupOptions{Object}
-
Properties:
Name Type Argument Description closeOnClickboolean | undefined <optional>
Close popup when click on it. Default value false.
customClassboolean | undefined <optional>
Custom CSS class to override popup styles.
contentstring HTML Popup content Required.
offsetOffset. Default
[0, 0]. Required.minWidthnumber | undefined <optional>
Popup minimum width, in pixels. Default value 240px
maxWidthnumber | undefined <optional>
Popup maximum width, in pixels. Default value 400px
stopEventboolean | undefined <optional>
If
trueit disable propagation events. So events inside popup won't be fired. Defaulttrue.titlestring | undefined <optional>
Popup title. Default value: 'Info'
visibleboolean | undefined <optional>
Boolean indicating if Popup is initially visible. Default value: false
zIndexnumber | undefined <optional>
zIndex popup value (css) . Default 1000
fadeAnimationboolean | undefined <optional>
Indicates whether to apply 'fadeIn' and 'fadeOut' animation effect
-
cercaliax.Postalcode{Object}
-
Properties:
Name Type Description idstring | undefined | null Postal code.
country_idstring | undefined | null Country Id
-
cercaliax.ProximityResult{Object}
-
Properties:
Name Type Description cercaliacercaliax.ProximityResultData Required.
-
cercaliax.ProximityResultData{Object}
-
Properties:
Name Type Description cmdstring Required.
proximitycercaliax.ProximityResultDataProximity Required.
servercercaliax.ObjectJSON Required.
errorcercaliax.ObjectJSON | undefined -
cercaliax.ProximityResultDataProximity{Object}
-
Properties:
Name Type Description centerstring | null | undefined numstring | null | undefined gelistcercaliax.GeListEntity | null | undefined poilistcercaliax.PoiListEntity | undefined radstring | null | undefined typestring | null | undefined -
cercaliax.ProximityResultDataProximityPoiList{Object}
-
Properties:
Name Type Description numstring | undefined poiArray.<cercaliax.ProximityResultDataProximityPoiList.poi> | undefined -
cercaliax.RoutingResult{Object}
-
Properties:
Name Type Description cercaliacercaliax.RoutingResultData | undefined -
cercaliax.RoutingResultData{Object}
-
Properties:
Name Type Description cmdstring Required.
geometrycercaliax.RoutingResultData.Geometry | undefined routecercaliax.RoutingResult.Route Required.
servercercaliax.ObjectJSON Required.
versionstring | undefined errorcercaliax.ObjectJSON | undefined -
cercaliax.RoutingStep{Object}
-
Properties:
Name Type Description stepTypestring Step Type Required.
positioncercalia.LonLat Position Required.
formattedAddressstring | undefined Formatted Address
showLabelboolean | undefined Show Label
-
cercaliax.SimpleLabelOptions{Object}
-
Properties:
Name Type Argument Description colorstring | undefined <optional>
Text color.
fontBoldboolean | undefined <optional>
Bold text. Default:
true.fontFamilystring | undefined <optional>
Text font.
fontSizenumber | undefined <optional>
Text size, in pixels. Default
13.dividedboolean | undefined <optional>
String separating with breaking line. Default
true.offsetArray.<number> | undefined <optional>
Simpel Label offset, in pixels. Default value:
[0, 0].overflowboolean | undefined <optional>
For polygon labels allow text to exceed the width of the polygon at the label positoin. Default
false.strokeColorstring | undefined <optional>
Stroke color.
strokeWidthnumber | undefined <optional>
Stroke width.
rotationnumber | undefined <optional>
Text rotation.
textstring Simple Label text (with no background). Required.
textAlignstring | undefined <optional>
Text alignment. Possible values:
left,right,center,endorstart. Default isleft.visibleboolean | undefined <optional>
Text visibility. Default value true.
-
cercaliax.SolrItem{Object}
-
-
cercaliax.StaticMapAJAXParameters{Object}
-
Properties:
Name Type Description centerstring Center Required.
scalenumber | undefined Scale
extentstring | undefined Extent
widthnumber Width Required.
heightnumber Height Required.
featurelistArray.<cercaliax.StaticMapFeature> | undefined List features in StaticMapFeature format.
-
cercaliax.StaticMapFeature{Object}
-
Properties:
Name Type Description wktstring WKT Required.
stylecercaliax.StaticMapFeatureStyle Feature style for static maps Required.
-
cercaliax.StaticMapFeatureStyle{Object}
-
Properties:
Name Type Description fillColorstring | undefined Fill color
fillOpacitynumber | undefined Fill opacity
pointRadiusstring | undefined Point radius
strokeColorstring | undefined Stroke color
strokeDashstylestring | undefined Stroke dash style
strokeLinecapstring | undefined Stroke linecap
strokeOpacitystring | undefined Stroke opacity
strokeWidthstring | undefined Stroke width
externalGraphicstring | undefined External graphic
-
cercaliax.StaticMapParameters{Object}
-
Properties:
Name Type Argument Description widthnumber | undefined <optional>
Width image
heightnumber | undefined <optional>
Height image
centernumber | undefined <optional>
Center. Ignored if
boundsis providedboundsnumber | undefined <optional>
Map bounds
zoomnumber | undefined <optional>
Zoom. Ignored if
boundsis provided -
cercaliax.StopEntity{Object}
-
Properties:
Name Type Description idstring Required.
gecercaliax.GeEntity Required.
mocercaliax.MoEntity Required.
desccercaliax.ObjectJSON Required.
-
cercaliax.StorageLogisticsOptions{Object}
-
Properties:
Name Type Description vaxleweightnumber | undefined Maximum axle weight.
vheightnumber | undefined Maximum height.
vlengthnumber | undefined Maximum length.
vwidthnumber | undefined Maximum width.
vmaxvelnumber | undefined Maximum speed.
rimpboolean | undefined Dangerous goods.
trstartnumber | string | undefined Avoid route restrictions. In timestamp format.
addedCostsboolean | undefined Added costs
vehicleConsumptionnumber | undefined Vehicle consumption
gasolineSelectedstring | undefined Gasoline selected
gasolinePricenumber | undefined Gasoline price
carTypeSelectedstring Car type selected Required.
departuretimestring | undefined Departure time
breaktimeboolean Break time Required.
twodriversboolean Break time Required.
reorderboolean Reorder Required.
weightstring Weight Required.
-
cercaliax.Suggest{Object}
-
Properties:
Name Type Description responsecercaliax.Suggest.Response Required.
responseHeadercercaliax.Suggest.ResponseHeader Required.
-
cercaliax.TilePoiMapOptions{Object}
-
Properties:
Name Type Argument Description tileSizeArray.<number> | undefined <optional>
Tile size in pixels. Default:
[256, 256].createMarkersFunctionfunction | undefined <optional>
Custom function to create markers. This function must return an array of markers. Then automatically markers will be drawn.
mapcercalia.Map Map where markers will be painted. Required.
iconBigZoomLevelnumber | undefined <optional>
Zoom level when the icon size is changed. Only used in the default download version. Default 15.
searchByScaleboolean | undefined <optional>
Search POIs by scale. If
trueserver only returns some POIs, iffalseit return all POIs. Recommended and default value:true.layerol.layer.Layer | undefined <optional>
Optional layer. Default it uses internal API and private layer.
-
cercaliax.UrlCandidatesEntity{Object}
-
Properties:
Name Type Description paramcercaliax.ParamEntity | Array.<cercaliax.ParamEntity> | null | undefined Parameter
-
cercaliax.WMSOptions{Object}
-
Properties:
Name Type Argument Description gutternumber | undefined <optional>
The size in pixels of the gutter around image tiles to ignore. By setting this property to a non-zero value, images will be requested that are wider and taller than the tile size by a value of 2 x gutter. Defaults to zero. Using a non-zero value allows artifacts of rendering at tile edges to be ignored. If you control the WMS service it is recommended to address "artifacts at tile edges" issues by properly configuring the WMS service. For example, MapServer has a tile_map_edge_buffer configuration parameter for this. See
http://mapserver.org/output/tile_mode.html.tileLoadFunctionfunction | undefined <optional>
Called function after load tiles.
resolutionsArray.<number> | undefined <optional>
Only when optìon
singleTileis enabled. Specify resolutions in array.visibleboolean | undefined <optional>
Visibility. Default is
true(visible).opacitynumber | undefined <optional>
Opacity (0, 1). Default is
1.singleTilenumber | undefined <optional>
Single tile WMS. Default is
false. Iffalsemap requests tile sizing is 256x256. -
cercaliax.ZBELayerOptions{Object}
-
Properties:
Name Type Description a8_namestring Required.
infostring Required.
zbe_namestring Required.