PushPin Constructor (LatLon) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new pushpin at the given location (as a
LatLon).
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public PushPin(
LatLon location
)
Public Sub New (
location As LatLon
)
Parameters
- location
- Type: Telogis.GeoBaseLatLon
A LatLon describing the pushpin's intended location.
Examples PushPin aPin = new PushPin(new LatLon(34, -118));
See Also