⌘
K
Getting Started
Document API
Model API
Organization API
Project API
Topic API
User API
Webhook API
2D Viewer SDK
3D Viewer SDK
2D Viewer SDK
Getting Started
Methods
Building
Image
Location
Model
Marker
Object
Screenshot
Selection
Space
Storey
View
Viewer
Viewpoint
Events
Types
API Reference
Release Channels
Using jQuery
Docs powered by
Archbee
Methods
Marker
removeMarker
Removes the specified marker.
Example
Usage
JS
1
const
markerId
=
"marker-1"
;
2
3
viewer2d
.
removeMarker
(
markerId
)
;
const markerId = "marker-1"; viewer2d.removeMarker(markerId);
Parameters
markerId
Id of the marker to remove.
Type
Required
String
Yes
Updated 12 Sep 2024
Did this page help you?
PREVIOUS
clearMarkers
NEXT
clearColors
Docs powered by
Archbee
TABLE OF CONTENTS
Example
Usage
Parameters
markerId
Docs powered by
Archbee