Android版Google地图中的蓝屏

时间:2012-08-24 16:12:31

标签: android google-maps

我在Android上加载Google地图时出现蓝屏。我不知道我做错了什么,这是我获取地点的代码:

MapView mapView = (MapView) findViewById(R.id.mapDire);
Route route = directions(new GeoPoint((int)(2*1E6),(int)(34*1E6)),
  new GeoPoint((int)(3*1E6),(int)(36*1E6)));

5 个答案:

答案 0 :(得分:13)

我认为可以是两件事

  • 您的坐标为0,0,地图在海洋中打开
  • 您的API密钥有问题

在第一种情况下,尝试缩小很多次并尝试看一些大陆。

在第二次尝试阅读文档或/并尝试此link

我希望这会有所帮助。

答案 1 :(得分:1)

我的应用程序中存在此问题,请参见 // data contain form data with access_token variable with its value, acces_token will be get you when u created npm genrator-rest addCountries(data) { return this._http.post("http://localhost:9000/countries", data).pipe( map((res: Response) => { return res.json(); }) ); }方法中的以下代码并加以解决。

onlocationchanged

答案 2 :(得分:0)

通常蓝屏意味着您的Google API密钥不起作用。

GoogleMaps - Actual Map not showing

答案 3 :(得分:0)

如果您的地图未显示,则仅显示网格/空白屏幕,因为您的地图API密钥缺失或不正确。注册Google Android Map API。

请尝试使用此the link了解详情。

答案 4 :(得分:0)

关于您为何看到蓝屏的原因可能有3个

  1. 您的Long / Lat指向水域-或海洋区域,只要您将Long / Lat指向蓝色的水域,就不会有问题。
  2. 您的经/纬度错误,什么都没有发生
  3. 您的API密钥错误,可以在您的Android清单文件中更正 目录:Android / app / src / main / AndroidManifest.xml