Google地图显示错误的当前位置

时间:2012-07-28 15:56:24

标签: google-maps sencha-touch-2

我在sencha touch应用程序中使用谷歌地图。我正在使用当前位置。但是有一段时间我的当前位置有所不同。

以下是我用来显示地图的代码。

   this.map = new Ext.Map({
    mapOptions : {
        zoom: 12,
        navigationControlOptions: {
            style: google.maps.NavigationControlStyle.DEFAULT
        }
    },
    useCurrentLocation: true,
});

0 个答案:

没有答案