DirectionalPushPin Constructor (LatLon, Single, Int32) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new DirectionalPushPin with a given location, heading and icon.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public DirectionalPushPin(
LatLon location,
float heading,
int icon
)
Public Sub New (
location As LatLon,
heading As Single,
icon As Integer
)
Parameters
- location
- Type: Telogis.GeoBaseLatLon
A LatLon location for the DirectionalPushPin. - heading
- Type: SystemSingle
A heading (in degrees) in which the DirectionalPushPin will point. - icon
- Type: SystemInt32
The location of the requested icon in the IconCache.
Remarks
Icon numbers are determined by the location of the given icon within the
IconCache.
See Heading for additional information
on the heading parameter.
See Also