Google Maps Services Node Client

    Interface LatLngBounds

    The bounds parameter defines the latitude/longitude coordinates of the southwest and northeast corners of this bounding box.

    interface LatLngBounds {
        northeast: LatLngLiteral;
        southwest: LatLngLiteral;
    }
    Index

    Properties

    Properties

    northeast: LatLngLiteral
    southwest: LatLngLiteral
    MMNEPVFCICPMFPCPTTAAATR