Show / Hide Table of Contents

Class HeatmapSample

Represents one heatmap sample.

Inheritance
System.Object
HeatmapSample
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class HeatmapSample

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

Value

Gets or sets the value.

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

Back to top Built by Itinero, MIT licensed.