﻿// Constants and string literals used in the Locator
//
// All rights are reserved. Reproduction or transmission in whole or in part, in 
// any form or by any means, electronic, mechanical or otherwise, is prohibited 
// without the prior written consent of the copyright owner.
// 
// Filename: Constants.cs
//



var STREETZOOMLEVEL = 16;
var RegionZoomLevel=6;
var CityZoomLevel=11;
var L_SearchPopupZoomToStreetLevel_Text="Zoom to street level";
var DriveFrom="From";
var DriveTo="To";

//The number of results shown in the result panel
var SHOWRESULTNUM = 10;

//the index of the route pin layer
var ROUTELAYERINDEX = 1;

//Image file name prefix for pushpins
var PUSHPIN = "pushpin";
var REDCIRCLE = "redcircle";
