DestroyMapView

const val DestroyMapView: Byte = 2

Use case: Stop displaying existing map Precondition: Map with given id exists Postcondition: Map stops rendering and associated resources are released Arguments: mapId: id of map (returned by action CreateMapView) to destroy Return value: nothing