geoshape method
Adds a geoshape mark to the chart.
A map: the shapes come from the data and the projection places them.
Returns The new mark, so its channels and properties chain.
Implementation
VlChartMark geoshape() {
return this.mark("geoshape");
}