removeBuildingFromMap

abstract fun removeBuildingFromMap(buildingId: Int, force: Boolean): Boolean

Remove building from map. Note that if force is false, and building is involved in routing or currently in use, then this operation may fail

Return

whether or not successful

Parameters

buildingId

building to remove

force

whether or not to force the removal