Method

ShumateVectorReaderIterget_layer_name

since: 1.2

Declaration [src]

const char*
shumate_vector_reader_iter_get_layer_name (
  ShumateVectorReaderIter* self
)

Description [src]

Gets the name of the current layer.

Available since: 1.2

Return value

Type: const char*

The name of the current layer.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.