Click or drag to resize

BalloonPushPin Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overload List
  NameDescription
Public methodCode exampleBalloonPushPin(LatLon)
Create a new pushpin anchored at the given location. The informational balloon will contain information about the street address.
Public methodCode exampleBalloonPushPin(LatLon, Boolean)
Create a new pushpin anchored at the given location. The informational balloon will contain information about the street address.
Public methodCode exampleBalloonPushPin(String, GeocodeAddress)
Construct a new BalloonPushPin with a given name, placed at the given GeocodeAddress and displaying information about that address.
Public methodBalloonPushPin(String, ISearchSuggestion)
Construct a new BalloonPushPin with a given name, placed at the given ISearchSuggestion and displaying information about that address.
Public methodCode exampleBalloonPushPin(String, LatLon)
Construct a new BalloonPushPin with a given name, to be placed at the given LatLon. The informational balloon will contain information about the street address and will be displayed by default.
Top
See Also