MarkerToolTipText Property

Gets or sets the map marker hover text.

object.MarkerToolTipText as String

Use

Once a valid map address has been specified, a marker will be placed on the map at the address location. The MarkerToolTipText property can be used to specify custom text to display when the user hovers over the marker. If this property is left blank, the address, as determined by Google, will be displayed as the marker's hover text.

Currently the GoogleMap control supports only one marker per control.

TIP:

If the MarkerToolTipTextproperty is blank then the marker text will display the full street address string of the center point of the map, as determined by Google.

This property can be mapped to a field on your form, either by using the Field Picker tool () to select the relevant form control or by typing in an expression using the Field function. Once specified, the value will be displayed in the property grid as =Field("FieldName") or =Field(<Row>,<Column>). Newlook will determine the appropriate string property value to pass to this property - the field's caption in the case of static fields, the field's text property in the case of entry capable fields.

See Also

City property | Country property | Latitude property | Longitude property | State property | Street1 property | Street2 property | Street3 property | Street4 property | Zipcode property

Applies To

GoogleMap control


© 2004-2021 looksoftware. All rights reserved.