C# 클래스 Profiles.Profile.Modules.NetworkMap.NetworkMap.GoogleMapHelper

Summary description for GoogleMapHelper
파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS

공개 메소드들

메소드 설명
GetDefaultZoom ( ) : Modules.NetworkMap.NetworkMap.GoogleMapLocation
GoogleMapHelper ( ) : System
MapPlotPeople ( System.Int64 personId, System.Data.SqlClient.SqlDataReader reader, System.Data.SqlClient.SqlDataReader reader2, string &googleCode, string &tableText ) : void

비공개 메소드들

메소드 설명
GenerateGMapLocations ( System.Data.SqlClient.SqlDataReader reader ) : GoogleMapLocation>.Dictionary
GenerateLocHtml ( GoogleMapLocation mapLoc ) : string
GeneratePersonAtag ( string uri, string displayName ) : string
WriteGMapLocations ( GoogleMapLocation>.Dictionary locationsDict, StringBuilder value ) : void
writeTableLocations ( GoogleMapLocation>.Dictionary locationsDict ) : string

메소드 상세

GetDefaultZoom() 공개 메소드

public GetDefaultZoom ( ) : Modules.NetworkMap.NetworkMap.GoogleMapLocation
리턴 Modules.NetworkMap.NetworkMap.GoogleMapLocation

GoogleMapHelper() 공개 메소드

public GoogleMapHelper ( ) : System
리턴 System

MapPlotPeople() 공개 메소드

public MapPlotPeople ( System.Int64 personId, System.Data.SqlClient.SqlDataReader reader, System.Data.SqlClient.SqlDataReader reader2, string &googleCode, string &tableText ) : void
personId System.Int64
reader System.Data.SqlClient.SqlDataReader
reader2 System.Data.SqlClient.SqlDataReader
googleCode string
tableText string
리턴 void