Map<String, dynamic> toJson() => { 'center': { 'latitude': center.latitude, 'longitude': center.longitude, }, 'radius': radius, };