@mapsindoors/react-native-maps-indoors-google-maps
    Preparing search index...

    Interface MPVenueParams

    Parameter interface for MPVenue.

    MPVenueParams

    interface MPVenueParams {
        anchor: MPPointParams;
        bbox?: any;
        defaultFloor: number;
        entryPoints: MPPoint[];
        externalId: string;
        geometry: any;
        graphId?: string;
        id: string;
        name: string;
        styles: MPMapStyle[];
        tilesUrl: string;
        venueInfo: MPVenueInfo;
    }
    Index

    Properties

    The anchor point for the venue.

    bbox?: any

    A object of two arrays representing coordinates Northeast & Southwest

    defaultFloor: number

    The venue's defalt floor index.

    entryPoints: MPPoint[]

    Points of entry that are used to create routes between MapsIndoors and the underlying map.

    externalId: string

    An ID used to map the venue to a customer's ID.

    geometry: any

    The geometry of the venue.

    graphId?: string

    The ID of the graph used to route on this venue.

    id: string

    The venue's ID.

    name: string

    The venue's readable ID.

    styles: MPMapStyle[]

    An array of mapStyles that can be used on this venue.

    tilesUrl: string

    The URL that is used to fetch tiles for the venue.

    venueInfo: MPVenueInfo

    A collection of information about the venue.