Click or drag to resize

GeoJsonObject Constructor

Initializes a new instance of the GeoJsonObject class

Namespace: Casewhere.Runtime.DataObjectExpressions
Assembly: Casewhere.Runtime.DataObjectExpressions (in Casewhere.Runtime.DataObjectExpressions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GeoJsonObject(
	GeoJsonObjectType type,
	GeoCoordinate geoCoordinate
)

Parameters

type  GeoJsonObjectType
 
geoCoordinate  GeoCoordinate
 
See Also