Method | Description | |
---|---|---|
Add_HTML ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, |
Gets the total number of results to display Adds the controls for this result viewer to the place holder on the main form
|
|
Google_Map_ResultsViewer ( RequestCache RequestSpecificValues, SobekCM.Core.Results.Search_Results_Statistics ResultsStats, List |
Constructor for a new instance of the Full_ResultsViewer class
|
|
Process_MapSearch_Callback ( string sendData ) : object |
for some reason I cannot put this in the beta???
|
Method | Description | |
---|---|---|
Add_Item_Info_And_Map ( string TextRedirectStem, string BaseURL, int MapNumber, List |
||
check_boundaries ( string Latitude, string Longitude, double &MaxLat, double &MaxLong, double &MinLat, double &MinLong ) : void | ||
compute_zoom ( double MaxLat, double MaxLong, double MinLat, double MinLong ) : int | ||
icon_by_number ( int IconNumber ) : string |
public Add_HTML ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, |
||
MainPlaceHolder | System.Web.UI.WebControls.PlaceHolder | Main place holder ( "mainPlaceHolder" ) in the itemNavForm form into which the the bulk of the result viewer's output is displayed |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Google_Map_ResultsViewer ( RequestCache RequestSpecificValues, SobekCM.Core.Results.Search_Results_Statistics ResultsStats, List |
||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
ResultsStats | SobekCM.Core.Results.Search_Results_Statistics | Statistics about the results to display including the facets |
PagedResults | List |
Actual pages of results |
return | System |
public static Process_MapSearch_Callback ( string sendData ) : object | ||
sendData | string | The send data. |
return | object |