C# 클래스 RockWeb.Blocks.Reporting.DynamicHeatMap.LatLongWeighted

파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
LatLongWeighted ( double lat, double lng, int weight ) : System

Initializes a new instance of the LatLongWeighted class.

메소드 상세

LatLongWeighted() 공개 메소드

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.
리턴 System