XPLMDrawMapLabel

Function XPLMDrawMapLabel 

Source
pub unsafe extern "C" fn XPLMDrawMapLabel(
    layer: XPLMMapLayerID,
    inText: *const c_char,
    mapX: f32,
    mapY: f32,
    orientation: XPLMMapOrientation,
    rotationDegrees: f32,
)
Expand description

XPLMDrawMapLabel

Enables plugin-created map layers to draw text labels using X-Plane’s built-in labeling functionality. Only valid from within an XPLMMapLabelDrawingCallback_f (but you can request an arbitrary number of text labels to be drawn from within your callback).