C# Class MissionPlanner.Utilities.AP_GPS_base.Location

Show file Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
alt System.Int32
lat System.Int32
lng System.Int32
options System.Byte

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

alt public property

public Int32,System alt
return System.Int32

lat public property

public Int32,System lat
return System.Int32

lng public property

public Int32,System lng
return System.Int32

options public property

public Byte,System options
return System.Byte