Skip to main content

@mapgear/geoapps > GeoApps > RemoveMap

GeoApps.RemoveMap() method

Removes the GeoApps map-object from a specified target element

Signature:
RemoveMap(target: string): void;

Parameters

ParameterTypeDescription
targetstringThe id (without hashtag) of the DOM-element of the map that needs to be removed from the scope
Returns:

void