toBounds method

LatLngBounds toBounds(
  1. double number
)

Returns a new LatLngBounds object in which each boundary is sizeInMeters/2 meters apart from the LatLng.

Implementation

external LatLngBounds toBounds(double number);