Show / Hide Table of Contents

Class Home

Represents a home location.

Inheritance
System.Object
Home
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Home : IXmlSerializable

Properties

Latitude

Gets or sets the latitude.

Declaration
public float Latitude { get; set; }
Property Value
System.Single

Longitude

Gets or sets the longitude.

Declaration
public float Longitude { get; set; }
Property Value
System.Single

Zoom

Gets or sets the zoom.

Declaration
public float Zoom { get; set; }
Property Value
System.Single

Methods

GetSchema()

Declaration
public XmlSchema GetSchema()
Returns
XmlSchema

ReadXml(XmlReader)

Declaration
public void ReadXml(XmlReader reader)
Parameters
XmlReader reader

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
XmlWriter writer

Back to top Built by Itinero, MIT licensed.