Home > @magiclane/maps-sdk > ExtraInfo > remove
ExtraInfo.remove() method
Removes a key-value pair from the extra info.
Signature:
remove(key: string): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
string |
The key to remove. |
Returns:
void