SimpleFeatureToJSON Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts the feature into an object that can be easily serialized for transmission over
HTTP. The returned object has two key-value pairs representing the location and the
tag.
Namespace:
Telogis.GeoBase.DataSources
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public JSONObject ToJSON()
Public Function ToJSON As JSONObject
Return Value
Type:
JSONObjectThe feature in easily serializable format.
See Also