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

Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
LatLongWeighted ( double lat, double lng, int weight ) : System

Initializes a new instance of the LatLongWeighted class.

Method Details

LatLongWeighted() public méthode

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.
Résultat System