KakaoBoundary constructor

KakaoBoundary(
  1. {double? swLat,
  2. double? swLng,
  3. double? neLat,
  4. double? neLng}
)

Implementation

KakaoBoundary({this.swLat, this.swLng, this.neLat, this.neLng});