TopoJson

GisFileType.TopoJson field

TopoJSON is an extension of GeoJSON that encodes topology. Rather than representing geometries discretely, geometries in TopoJSON files are stitched together from shared line segments called arcs.

public static readonly GisFileType TopoJson;

See Also