//MapQuest Configuration File
//Servers
var geocodeServer = "Geocode.access.mapquest.com";
var mapServer = "Map.access.mapquest.com";
var routeServer = "Route.access.mapquest.com";
var spatialServer = "Spatial.access.mapquest.com";
var serverPath = "mq";
var serverPort = 80;
var proxyServer = "";
var proxyPath = "/map";
var proxyPort = "";

//Write out the tilemap include with my js mq key.
var jsKey = "mjtd%7Clu6y2g0zn9%2Cbw%3Do5-lwbg0";
document.write("<script language=\"javascript\" type=\"text/javascript\" src=\"http://btilelog.access.mapquest.com/tilelog/transaction?transaction=script&key=" + jsKey + "&itk=true&v=5.3.s&ipkg=controls1,traffic\"></script>");


//Data Tables
var poiTable = "MQA.NTPois";
var hotelTable = "MQA.HotelFinder";

//Default Values for Searching

//Set Maximum number of matches here
var MAX_MATCHES = 100;

//Set default search radius here
var DEFAULT_RADIUS = 25.0;

//Set default width for corridor search here
var DEFAULT_CORRIDOR_WIDTH = 5.0;

//Set default unit for distance measurement here
var DEFAULT_UNIT = "Mi";

//Set Maximum number of shapepoints per maneuver here
var MAX_SHAPE_POINTS = 25;

//Set number of results to be displayed on a page here when using paging with search results
var PAGE_SIZE = 20;

//Set Scroll Distance for search result highlight here
//This is the height of one result on the results table (px)
var SCROLL_DISTANCE = 28;
