DebugCreateMapFunction typedef

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

Type used when passing an override to the _createMap function.

Implementation

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