C# Class MissionPlanner.GMapMarkerADSBPlane

Inheritance: GMap.NET.WindowsForms.GMapMarker
Exibir arquivo Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
AlertLevel AlertLevelOptions
heading float

Public Methods

Method Description
GMapMarkerADSBPlane ( GMap.NET.PointLatLng p, float heading, AlertLevelOptions alert = AlertLevelOptions.Green ) : System
OnRender ( Graphics g ) : void

Method Details

GMapMarkerADSBPlane() public method

public GMapMarkerADSBPlane ( GMap.NET.PointLatLng p, float heading, AlertLevelOptions alert = AlertLevelOptions.Green ) : System
p GMap.NET.PointLatLng
heading float
alert AlertLevelOptions
return System

OnRender() public method

public OnRender ( Graphics g ) : void
g System.Drawing.Graphics
return void

Property Details

AlertLevel public_oe property

public AlertLevelOptions AlertLevel
return AlertLevelOptions

heading public_oe property

public float heading
return float