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

    Type Alias RNKMLayer

    KML layer configuration.

    type RNKMLayer = {
        id: string;
        kmlString: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique KML layer identifier.

    kmlString: string

    KML document as string.