Property : Pin Hover Function
Contents |
[edit] Description
Use the Pin Hover Function property to assign a function interface to identify the function to call when the user moves the mouse over 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 Hover Notification Type property to Call Notify Function to enable calls to your function when a user clicks a pin.
[edit] 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 hovers over 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.
[edit] Property Editor Location
Interface Tab
[edit] Data Type
[edit] Default Values
| Control | Default Value |
|---|---|
| GoogleMap | <not set> |
[edit] See Also
Understanding the Interface Tab, particularly the section on Functions.



