loadMapsIndoorsWithVenues function

Future<void> loadMapsIndoorsWithVenues(
  1. String key,
  2. List<String> venueIds
)

Loads content from the MapsIndoors solution matching the given API key.

Loads a subset of MPVenues defined in the venueIds parameter.

Throws an MPError if loading fails.

Implementation

Future<void> loadMapsIndoorsWithVenues(String key, List<String> venueIds) =>
    MapsindoorsPlatform.instance.loadWithVenues(key, venueIds);