◆ DefaultGeoEvidenceKeyFilter
readonly IEvidenceKeyFilter FiftyOne.GeoLocation.Constants.DefaultGeoEvidenceKeyFilter |
The default evidence filter for geolocation engines.
\r\n
Static class containing various constants that are used by this package and/or are helpful to callers.
const string | EVIDENCE_GEO_LAT_KEY
Complete evidence key for latitude that is supplied from off-line location information. More...
|
const string | EVIDENCE_GEO_LON_KEY
Complete evidence key for longitude that is supplied from off-line location information. More...
|
const string | EVIDENCE_GEO_LAT
The name for the cookie / form parameter used to pass latitude from the client. More...
|
const string | EVIDENCE_GEO_LON
The name for the cookie / form parameter used to pass longitude from the client. More...
|
const string | EVIDENCE_GEO_LAT_COOKIE_KEY
The complete evidence key for latitude obtained from a cookie passed in the request. More...
|
const string | EVIDENCE_GEO_LON_COOKIE_KEY
The complete evidence key for longitude obtained from a cookie passed in the request. More...
|
const string | EVIDENCE_GEO_LAT_PARAM_KEY
The complete evidence key for latitude passed in the query string, as a form parameter or from some other mechanism. More...
|
const string | EVIDENCE_GEO_LON_PARAM_KEY
The complete evidence key for longitude passed in the query string, as a form parameter or from some other mechanism. More...
|
const string | NO_EVIDENCE_MESSAGE
The message to be sent to the user when the JavaScript that gathers lat/lon data has not yet been run. More...
|
const string | NO_JAVASCRIPT_MESSAGE
The message to be sent to the user when the JavaScript that gathers lat/lon data is not required. More...
|
static readonly IEvidenceKeyFilter | DefaultGeoEvidenceKeyFilter
The default evidence filter for geolocation engines. More...
|
readonly IEvidenceKeyFilter FiftyOne.GeoLocation.Constants.DefaultGeoEvidenceKeyFilter |
The default evidence filter for geolocation engines.
const string FiftyOne.GeoLocation.Constants.EVIDENCE_GEO_LAT |
The name for the cookie / form parameter used to pass latitude from the client.
const string FiftyOne.GeoLocation.Constants.EVIDENCE_GEO_LAT_COOKIE_KEY |
The complete evidence key for latitude obtained from a cookie passed in the request.
const string FiftyOne.GeoLocation.Constants.EVIDENCE_GEO_LAT_KEY |
Complete evidence key for latitude that is supplied from off-line location information.
const string FiftyOne.GeoLocation.Constants.EVIDENCE_GEO_LAT_PARAM_KEY |
The complete evidence key for latitude passed in the query string, as a form parameter or from some other mechanism.
const string FiftyOne.GeoLocation.Constants.EVIDENCE_GEO_LON |
The name for the cookie / form parameter used to pass longitude from the client.
const string FiftyOne.GeoLocation.Constants.EVIDENCE_GEO_LON_COOKIE_KEY |
The complete evidence key for longitude obtained from a cookie passed in the request.
const string FiftyOne.GeoLocation.Constants.EVIDENCE_GEO_LON_KEY |
Complete evidence key for longitude that is supplied from off-line location information.
const string FiftyOne.GeoLocation.Constants.EVIDENCE_GEO_LON_PARAM_KEY |
The complete evidence key for longitude passed in the query string, as a form parameter or from some other mechanism.
const string FiftyOne.GeoLocation.Constants.NO_EVIDENCE_MESSAGE |
The message to be sent to the user when the JavaScript that gathers lat/lon data has not yet been run.
const string FiftyOne.GeoLocation.Constants.NO_JAVASCRIPT_MESSAGE |
The message to be sent to the user when the JavaScript that gathers lat/lon data is not required.
This is the case if location evidence has been provided.