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

    Type Alias RNIndoorLevel

    Indoor level information.

    type RNIndoorLevel = {
        active?: boolean;
        index: number;
        name?: string;
        shortName?: string;
    }
    Index

    Properties

    active?: boolean

    Indicates whether this level is currently active.

    index: number

    Level index.

    name?: string

    Level name.

    shortName?: string

    Short level name.