setCustomMarkerList

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

Parameters:

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

Returns: Nothing

Throws: Never

Code Sample