Function centerOfCoordinates

  • Finds the sw/ne of a list of coordinates, then calculates the center

    Parameters

    Returns {
        lat: number;
        lng: number;
    }

    the center

    • lat: number
    • lng: number

    Memberof

    aegir.mapUtil

    Since

    1.2

Generated using TypeDoc