Converts the PowerGeoPolygon instance to a map.
Returns a map representation of the PowerGeoPolygon.
Map<String, dynamic> toMap() { return <String, dynamic>{'geometry': geometry.toMap()}; }