Source: package.js



/* Create the namespaces used by this JavaScript library. */

if (typeof lucid === "undefined")
{
	/**
	   @namespace
	 */
	lucid = {};
}

if (typeof lucid.maps === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps = {};
}

if (typeof lucid.maps.geometry === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps.geometry = {};
}

if (typeof lucid.maps.callout === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps.callout = {};
}

if (typeof lucid.maps.callout.content === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps.callout.content = {};
}

if (typeof lucid.maps.limbs === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps.limbs = {};
}

if (typeof lucid.maps.limbs.layout === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps.limbs.layout = {};
}

if (typeof lucid.maps.limbs.location === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps.limbs.location = {};
}

if (typeof lucid.maps.limbs.tooltip === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps.limbs.tooltip = {};
}

if (typeof lucid.maps.places === "undefined")
{
	/**
	   @namespace
	 */
	lucid.maps.places = {};
}