[问题] google Map的问题

楼主: robust083 (暖男葛葛)   2016-01-21 15:19:42
程式码在此:http://pastebin.com/FJsdudJS
这程式码onConnected 部分一直有问题
一直要我add permission check
然后出现
if (checkSelfPermission(Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED && checkSelfPermission(Manifest.permission.ACCESS_COARSE_LOCATION) != PackageManager.PERMISSION_GRANTED) {
// TODO: Consider calling
// public void requestPermissions(@NonNull String[] permissions, int requestCode)
// here to request the missing permissions, and then overriding
// public void onRequestPermissionsResult(int requestCode, String[] permissions,
// int[] grantResults)
// to handle the case where the user grants the permission. See the documentation
// for Activity#requestPermissions for more details.
return;
}
但一样不能用
标记点依样不能换到我目前的位置....
请求大大帮忙!!
作者: corrupt003 (QQ)   2016-01-21 15:33:00
你内文的code没写完阿,api level 6.0以上,有些permission要动态取得。因为你的 onConnected里用到LocationServices,所以要有location的permission。详细请看http://goo.gl/JvPUQ8
楼主: robust083 (暖男葛葛)   2016-01-21 15:44:00
有办法不要增加那行吗 = = 因为同学就不用增加那程式
作者: z0furu (阿两)   2016-01-21 15:47:00
不用增加会不会是因为没有把SDK支援到6.0?
楼主: robust083 (暖男葛葛)   2016-01-21 16:21:00
解决了 好像是没支援到6.0.. 但又没办法抓到GPS了:((

Links booklink

Contact Us: admin [ a t ] ucptt.com