BalloonPushPin Constructor |
Name | Description | |
---|---|---|
BalloonPushPin(LatLon) |
Create a new pushpin anchored at the given location. The informational
balloon will contain information about the street address.
| |
BalloonPushPin(LatLon, Boolean) |
Create a new pushpin anchored at the given location. The informational
balloon will contain information about the street address.
| |
BalloonPushPin(String, GeocodeAddress) |
Construct a new BalloonPushPin with a given name, placed at the given
GeocodeAddress and displaying information
about that address.
| |
BalloonPushPin(String, ISearchSuggestion) |
Construct a new BalloonPushPin with a given name, placed at the given
ISearchSuggestion and displaying information
about that address.
| |
BalloonPushPin(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.
|