setSphereMarkerList

Set a list of specific sphere markers to display, regardless of the distance defined by sphereMarkerDistance. The list contains sphere ids. Set to [] to clear the list.

setPanoMarkerList has been deprecated and replaced with setSphereMarkerList. This is not a breaking change.

Parameters:

  • list (Array<number>): The list of sphere ids, identifying the sphere markers to display.

Returns: Nothing

Throws: Never

Code Sample