DebugCreateMapFunction typedef

  1. @visibleForTesting
DebugCreateMapFunction = Map Function(HTMLElement div, MapOptions options)

Type used when passing an override to the _createMap function.

Implementation

@visibleForTesting
typedef DebugCreateMapFunction =
    gmaps.Map Function(web.HTMLElement div, gmaps.MapOptions options);