C# Class Profiles.Profile.Modules.NetworkMap.NetworkMap.GoogleMapHelper

Summary description for GoogleMapHelper
显示文件 Open project: ProfilesRNS/ProfilesRNS

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

GetDefaultZoom() public method

public GetDefaultZoom ( ) : Modules.NetworkMap.NetworkMap.GoogleMapLocation
return Modules.NetworkMap.NetworkMap.GoogleMapLocation

GoogleMapHelper() public method

public GoogleMapHelper ( ) : System
return System

MapPlotPeople() public method

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
return void