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

    Type Alias RNSize

    Logical size of an image or view. iOS: points (pt) Android: dp Converted internally to physical pixels.

    type RNSize = {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    Height.

    width: number

    Width.