Function calculateDistanceFromZoomLevel

  • Calculates and returns the distance to the target point.

    Parameters

    • options: {
          focalLength: number;
      }

      Necessary subset of MapView properties to compute the distance.

      • focalLength: number
    • zoomLevel: number

      The zoom level to get the equivalent height to.

    Returns number

Generated using TypeDoc