Property : Pin Hover Function

Jump to: navigation, search

Back to Control Properties

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

Path to Function Interface

[edit] Default Values

Control Default Value
GoogleMap <not set>

[edit] See Also

Understanding the Interface Tab, particularly the section on Functions.


Log in if you would like to rate this page.
    Copyright © 2005 - 2008 Bungee Labs. All rights reserved.