toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
  'northeastLatitude' : northeastLatitude,
  'northeastLongitude' : northeastLongitude,
  'southwestLatitude': southwestLatitude,
  'southwestLongitude': southwestLongitude
};