resolveScale method

double resolveScale({
  1. MarkerLayerOptions? options,
  2. bool active = false,
  3. bool touch = false,
})

Implementation

double resolveScale(
        {MarkerLayerOptions? options,
        bool active = false,
        bool touch = false}) =>
    resolveMarkerScale(this, options: options, active: active, touch: touch);