resolveSize method
Implementation
Size resolveSize(
{MarkerLayerOptions? options, bool active = false, bool touch = false}) {
final s = resolveScale(options: options, active: active, touch: touch);
return Size(width * s, height * s);
}
Size resolveSize(
{MarkerLayerOptions? options, bool active = false, bool touch = false}) {
final s = resolveScale(options: options, active: active, touch: touch);
return Size(width * s, height * s);
}