Get the mosaic flag for a map, which states whether it is tiled or not.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
bool zmap_GetMosaicFlag(ZMAP hMap);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A ZMAP handle to the map, the mosaic flag of which is to be retrieved. |
True if:
False otherwise.
None.