Geo Coder
The Geo Coder control will display a user's address based on their physical location, or a static location using latitude and longitude coordinates can be used as well. This control needs to be used with the Map, OpenLayers API, and Geo Location controls.
null
| Location: | Latitude and longitude of default location | LatLong |
| Events | ||||||||||||||||
| On Load: |
| |||||||||||||||
| On Address Requested: |
| |||||||||||||||
| On Address Resolved: |
| |||||||||||||||
| On Address Error: |
| |||||||||||||||
Extends:
Methods:
Inherited
addClass(name, [replaced])
Add/replace CSS class(es) for this control
| Name | Type | Default | Description |
| name | {string} | CSS class name(s) to add to the control. Separate class names by a space if more than one class. | |
| replaced | {string} | CSS class name(s) to be replaced by the first argument. Separate class names by a space if more than one class. |
Example
| Button.addClass("green"); |
getLastAddressInfo()
Returns:
{string}
Get the information of the last address
getType()
Returns:
{string}
Get descriptive string representing the type of control
Inherited
isBound()
Returns:
{boolean}
Indicates bound status of control.
Inherited
propagateUpValueChange(event)
Returns:
{boolean}
Propagates value change of control up through parent views
| Name | Type | Default | Description |
| event | {Event} | Value change event (usually an onchange event) |
Example
| MyView.propagateUp(event); |
Inherited
triggerFormulaUpdates([phase])
Broadcasts the expression trigger for the specified view
| Name | Type | Default | Description |
| phase | {int} | bpmext.ui.PHASE_NORMAL | The phase we are currently in |
Example
| MyView.triggerFormulaUpdates(); |