react-native-google-maps-plus - v1.10.2
    Preparing search index...

    Type Alias RNRegion

    Visible region.

    type RNRegion = {
        farLeft: RNLatLng;
        farRight: RNLatLng;
        latLngBounds: RNLatLngBounds;
        nearLeft: RNLatLng;
        nearRight: RNLatLng;
    }
    Index

    Properties

    farLeft: RNLatLng

    Far-left corner.

    farRight: RNLatLng

    Far-right corner.

    latLngBounds: RNLatLngBounds

    Bounding box.

    nearLeft: RNLatLng

    Near-left corner.

    nearRight: RNLatLng

    Near-right corner.