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

    Type Alias RNLatLngBounds

    Geographic bounds.

    type RNLatLngBounds = {
        northeast: RNLatLng;
        southwest: RNLatLng;
    }
    Index

    Properties

    Properties

    northeast: RNLatLng

    Northeast corner.

    southwest: RNLatLng

    Southwest corner.