Click or drag to resize

SimpleFeature Constructor (LatLon, String, JSONObject)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Construct a new SimpleFeature with the given attributes.

Namespace:  Telogis.GeoBase.DataSources
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public SimpleFeature(
	LatLon location,
	string type,
	JSONObject metadata
)

Parameters

location
Type: Telogis.GeoBaseLatLon
The location of the feature.
type
Type: SystemString
The type of the feature.
metadata
Type: Telogis.GeoBase.SerializationJSONObject
Other information associated with the feature.
See Also