Method

ShumateSimpleMapinsert_overlay_layer_above

Declaration [src]

void
shumate_simple_map_insert_overlay_layer_above (
  ShumateSimpleMap* self,
  ShumateLayer* layer,
  ShumateLayer* sibling
)

Description [src]

Inserts a map layer as an overlay on top of the base map. The layer will appear above sibling, or at the bottom (but still above the base map) if sibling is NULL.

Parameters

layer

Type: ShumateLayer

A ShumateLayer to insert.

The data is owned by the caller of the method.
sibling

Type: ShumateLayer

No description available.

The data is owned by the caller of the method.