Property : Pin Notify Function
Page Status: Beta
Contents |
Description
Use the Pin Notify Function property to assign a function interface to identify the function to call when the user clicks a GoogleMap pin.
Important You must also assign the same function interface to the function you want to call, using the function's Interface List property.
You must also set the Pin Clicked Type property to Call Notify Function to enable calls to your function when a user clicks a pin.
Function Signature
When you create the function you want to call, you must add the following argument to your function first.
| Arg | Dir | Type | Name | Description |
|---|---|---|---|---|
| 1st | [IN] | Object | Location Object | This is the object referenced by the pin. |
When an end user clicks a GoogleMap pin, the location information gets passed into the Location Object (1st argument). This data is then available to your function as an argument.
Property Editor Location
Interface Tab
Data Type
Default Values
| Control | Default Value |
|---|---|
| GoogleMap | <not set> |



