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