Search
Location.LoadFrom Method
See Also
 





Loads location data from a binary stream or an XML document.

 Overload List

Name Description

Location.LoadFrom (BinaryReader, BinarySerializationContext)

Loads location data from a binary stream.

Location.LoadFrom (JsonObject, JsonSerializationContext)

Loads location data from a JsonObject.

Location.LoadFrom (XmlElement, XmlSerializationContext)

Loads location data from an XML document.

 See Also