XPLMMapExists

Function XPLMMapExists 

Source
pub unsafe extern "C" fn XPLMMapExists(
    mapIdentifier: *const c_char,
) -> c_int
Expand description

XPLMMapExists

Returns 1 if the map with the specified identifier already exists in X-Plane. In that case, you can safely call XPLMCreateMapLayer() specifying that your layer should be added to that map.