$root.$iremoteforms.REMOTEFORM.$objs.map

Parent: $root.$iremoteforms.REMOTEFORM.$objs
 
Children 

Class notation

Properties Methods Events 

Properties

Warning: with the exception of $componentctrl,$componentlib,$ident,$name and $objtype, the values of properties can only be read in client methods.

Object specific 
$::zoomThe zoom level of the map. A non-negative integer,where zero shows the largest area,and increasing values up to 21 gradually show smaller areas
$apikeyYour GoogleMaps API key
$borderradiusRadius for rounded border corners.1 to 4 pixel values separated by -,in order topleft,topright,bottomright,bottomleft.If bottomleft is omitted it is topright.If bottomright is omitted it is topleft.If topright is omitted it is topleft
$disabledefaultcontextmenuIf true, the default context menu for the object will not be generated in response to a context click ($clib.$disabledefaultcontextmenu and $cobj.$disabledefaultcontextmenu must both be false for the menu to be generated)
$fitmaptomarkersCall with the value kTrue to force the map to show all markers
$fullscreencontrolIf true,and the map control is enabled,the fullscreen control is shown
$latlongThe latitude and longitude of the center of the map,in the form lat:long. Values are specified as decimal numbers in units of degrees,where negative values are west and south. E.g. 52.198612:1.478348
$mapmarkersName of the list holding marker information
$mappolysName of the list holding marker information
$maptypeA kJSMapType... constant which indicates the type of map to display
kJSMapTypeHybrid kJSMapTypeRoad kJSMapTypeSatellite kJSMapTypeTerrain
$maptypecontrolIf true,and the map control is enabled,the maptype control is shown
$pancontrolIf true,and the map control is enabled,the pan control is shown
$scalecontrolIf true,and the map control is enabled,the scale control is shown
$streetviewcontrolIf true,and the map control is enabled,the streetview control is shown
$zoomcontrolA kJSMapZoom... constant which indicates the type of zoom control to be displayed when the map control is enabled
kJSMapZoomDefault kJSMapZoomLarge kJSMapZoomOff kJSMapZoomSmall
Standard$active $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $defaultdisabledappearance $defaultinactiveappearance $disablesystemfocus $dragborder $dropmode $edgefloat $enabled $errortext $errortextpos $events $fieldstyle $height $ident $left $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $tooltip $top $userinfo $visible $visibleinbreakpoint $width

Methods

$showpanel$showpanel(iAction[,iMode=kSidePanelModeAuto]) executes kSidePanelAction... on a side panel object. iMode only applies to kSidePanelActionShow,and must be kSidePanelModeCover/Push/Auto. For JS client,$showpanel must be executed on the client

Events

Object specific 
evMapClickedSent to the control when the map is clicked
Parameters
pEventCodeThe event code
pLatlongThe latlong of the click
evMapMovedSent to the control when the map is moved
Parameters
pEventCodeThe event code
pNewCenterThe latitude and longitude of the new center
evMapZoomedSent to the control when the map is zoomed
Parameters
pEventCodeThe event code
pNewZoomThe new zoom level
evMarkerClickedSent to the control when a marker is clicked
Parameters
pEventCodeThe event code
pMarkerThe marker clicked - markertag passed from setup list
evPolygonClickedSent to the control when a polygon is clicked
Parameters
pEventCodeThe event code
pPolyThe polygon clicked - polygontag passed from setup list
evWillHideSent to a field before it is hidden. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
evWillShowSent to a field before it becomes visible. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
StandardevCanDrop evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods