onSetMapStyle method

  1. @override
void onSetMapStyle(
  1. int id,
  2. String stylePath,
  3. bool viaApi
)

Implementation

@override
void onSetMapStyle(final int id, final String stylePath, final bool viaApi) {
  _setMapStyle?.call(id, stylePath, viaApi);
}