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

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

Properties

Properties

northeast: LatLngLiteral
southwest: LatLngLiteral