isIndoorEnabled method

Future<bool> isIndoorEnabled()

Checks if the indoor maps layer is enabled.

Implementation

Future<bool> isIndoorEnabled() {
  return GoogleMapsNavigationPlatform.instance.viewAPI.isIndoorEnabled(
    viewId: _viewId,
  );
}