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

    Type Alias RNLatLng

    Geographic coordinate.

    type RNLatLng = {
        latitude: number;
        longitude: number;
    }
    Index

    Properties

    Properties

    latitude: number

    Latitude.

    longitude: number

    Longitude.