Creates a RegionPoint instance from a JSON representation.
RegionPoint.fromJson(Map<String, dynamic> json) { x = json['x']; y = json['y']; }