public void Start()
    {
#if USE_POI
        poiServer = this.GetComponent <PoiServer>();
#else
        Input.location.Start();
#endif

#if USE_TBE
        theSource = GetComponent <TBE_Source> ( );
#else
        theSource = GetComponent <AudioSource>();
#endif

        Input.compass.enabled = true;
    }