Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
MAVLink.mavlink_terrain_data_t
C# Class MAVLink.mavlink_terrain_data_t, MissionPlanner
Exibir arquivo
Open project: ArduPilot/MissionPlanner
Class Usage Examples
Public Properties
Property
Type
Description
grid_spacing
System.UInt16
gridbit
byte
lat
System.Int32
lon
System.Int32
Property Details
grid_spacing
public_oe property
Grid spacing in meters
public
UInt16,System
grid_spacing
return
System.UInt16
gridbit
public_oe property
bit within the terrain request mask
public
byte
gridbit
return
byte
lat
public_oe property
Latitude of SW corner of first grid (degrees *10^7)
public
Int32,System
lat
return
System.Int32
lon
public_oe property
Longitude of SW corner of first grid (in degrees *10^7)
public
Int32,System
lon
return
System.Int32