Click or drag to resize

BalloonPushPin Constructor (String, ISearchSuggestion)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Construct a new BalloonPushPin with a given name, placed at the given ISearchSuggestion and displaying information about that address.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public BalloonPushPin(
	string name,
	ISearchSuggestion suggestion
)

Parameters

name
Type: SystemString
The name of the new balloon.
suggestion
Type: Telogis.GeoBase.GeocodingISearchSuggestion
A ISearchSuggestion which is resolved to street address information.
Remarks

Information is set to contain street and postal information.

By using this constructor (instead of BalloonPushPin(String, LatLon)) it ensures that the correct address is used to label the balloon (as a LatLon may resolve to an undesired address).

See Also