From bb91d4834f26dcb340724c9294fa9fe3491693ec Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 7 Oct 2024 07:53:46 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.26.7 to 0.26.8 (#856) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.7 to 0.26.8. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.26.7...v0.26.8) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> b97c77efe1e735d7f3056dd506f4ec9215647851 --- classes/MarkerManager.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/classes/MarkerManager.html b/classes/MarkerManager.html index 935980e8..1737e8e1 100644 --- a/classes/MarkerManager.html +++ b/classes/MarkerManager.html @@ -1,5 +1,5 @@ MarkerManager | @googlemaps/markermanager

Creates a new MarkerManager that will show/hide markers on a map.

-

Constructors

Constructors

Properties

Methods

addMarker @@ -16,43 +16,43 @@ toggle visible

Constructors

Properties

shown: boolean
shownMarkers: number

Methods

  • Add a single marker to the map.

    +
  • options: Options

Returns MarkerManager

Properties

shown: boolean
shownMarkers: number

Methods

  • Add a single marker to the map.

    Parameters

    • marker: Marker

      The marker to add.

    • minZoom: number

      The minimum zoom level to display the marker.

    • maxZoom: number

      The maximum zoom level to display the marker.

      -

    Returns void

  • Add many markers at once. +

Returns void

  • Add many markers at once. Does not actually update the map, just the internal grid.

    Parameters

    • markers: Marker[]

      The markers to add.

    • minZoom: number

      The minimum zoom level to display the markers.

    • maxZoom: number

      The maximum zoom level to display the markers.

      -

    Returns void

  • Removes all markers in the manager, and +

Returns void

  • Removes all markers in the manager, and removes any visible markers from the map.

    -

    Returns void

  • Returns a marker given latitude, longitude and zoom. If the marker does not +

    Returns void

  • Returns a marker given latitude, longitude and zoom. If the marker does not exist, the method will return a new marker. If a new marker is created, it will NOT be added to the manager.

    Parameters

    • lat: number

      the latitude of a marker.

    • lng: number

      the longitude of a marker.

    • zoom: number

      the zoom level

    Returns Marker

    marker - the marker found at lat and lng

    -
  • Calculates the total number of markers potentially visible at a given +

  • Calculates the total number of markers potentially visible at a given zoom level.

    Parameters

    • zoom: number

      The zoom level to check.

      -

    Returns number

  • Hides the manager if it's currently visible

    -

    Returns void

  • Returns true if the manager is hidden. +

Returns number

  • Hides the manager if it's currently visible

    +

    Returns void

  • Returns true if the manager is hidden. Otherwise returns false.

    Returns boolean

    Hidden

    -
  • Refresh forces the marker-manager into a good state.

    +
  • Refresh forces the marker-manager into a good state.

    1. If never before initialized, shows all the markers.
    2. If previously initialized, removes and re-adds all markers.
    3. -

    Returns void

  • Removes marker from the manager and from the map +

    Returns void

  • Removes marker from the manager and from the map (if it's currently visible).

    Parameters

    • marker: Marker

      The marker to delete.

      -

    Returns void

  • Initializes MarkerManager arrays for all zoom levels +

Returns void

  • Initializes MarkerManager arrays for all zoom levels Called by constructor and by clearAllMarkers

    -

    Returns void

  • Shows the manager if it's currently hidden.

    -

    Returns void

  • Shows the manager if it's currently hidden.

    +

    Returns void

  • Is this layer visible?

    Returns visibility setting

    Returns boolean

    Visible

    -
+