inPixelsBounds method
Implementation
bool inPixelsBounds(MapCamera cam, Offset offset,
{MarkerLayerOptions? options, bool? active}) {
final bounds = pixelBounds(cam, options: options, active: active);
return bounds.contains(offset);
}
bool inPixelsBounds(MapCamera cam, Offset offset,
{MarkerLayerOptions? options, bool? active}) {
final bounds = pixelBounds(cam, options: options, active: active);
return bounds.contains(offset);
}