C# Class RockWeb.Blocks.Reporting.DynamicHeatMap.LatLongWeighted

Datei anzeigen Open project: NewSpring/Rock

Public Methods

Method Description
LatLongWeighted ( double lat, double lng, int weight ) : System

Initializes a new instance of the LatLongWeighted class.

Method Details

LatLongWeighted() public method

Initializes a new instance of the LatLongWeighted class.
public LatLongWeighted ( double lat, double lng, int weight ) : System
lat double The lat.
lng double The LNG.
weight int The weight.
return System