Click or drag to resize

StreetAddressDataFromJSON Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Initializes an object from its corresponding JSONObject source data.

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void FromJSON(
	JSONObject source
)

Parameters

source
Type: Telogis.GeoBase.SerializationJSONObject
The JSONObject to initialize this object with.

Implements

IJSONSerializableFromJSON(JSONObject)
See Also