简体   繁体   English

Android Google Maps图标

[英]Android Google Maps Icons

Whenever I click on a marker in the Google Map on android I get 2 icons in the right bottom corner. 每当我在Android的Google Map中单击标记时,都会在右下角获得2个图标。 If you click on them you can navigate to that place in the official Google Maps app. 如果您单击它们,则可以在Google Maps官方应用中导航到该位置。

I was wondering if there is an option to delete them. 我想知道是否可以删除它们。 I don't want them there. 我不要他们在那里。 I added a screenshot to make my question more clear. 我添加了一个屏幕截图,以使我的问题更加清楚。 (Im using the google maps api v2) (我正在使用Google Maps API v2)

在此处输入图片说明

read here 在这里阅读

https://developers.google.com/maps/documentation/android/interactivity#map_toolbar https://developers.google.com/maps/documentation/android/interactivity#map_toolbar

its called a Map toolbar 它称为Map toolbar

disable it by doing 通过执行禁用它

UiSettings.setMapToolbarEnabled(false)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android和Google Maps API-图标 - Android and Google Maps API - Icons Android Google Maps位置图标过滤 - Android Google maps locations icons filtering Android和iOS自定义上的Google Maps POI图标 - Google Maps POI icons on Android and iOS customization 如何为Android Google Maps v2调整自定义标记图标的大小? - How to size custom marker icons for Android Google Maps v2? Android:缩放时Google地图崩溃(超过1500个图标) - Android : Google Maps crashes when zooming (more than 1500 icons) 如何在Android App中使用通用Google Maps图标 - How to use generic Google Maps Icons in Android App 如何像在 Google 地图应用中一样将 Android 工具栏菜单/图标向左对齐? - How can I align Android Toolbar menu/icons to the left like in Google Maps app? 如何在Google Maps Android API v2中显示具有不同图标的多个标记? - How to display multiple markers with different icons in Google Maps Android API v2? 如何在Android Google Maps v2中基于缩放级别禁用和启用图标? - How to disable and enable icons based on zoom level in android google maps v2.? 为什么我的自定义Google Maps图标显示在PC浏览器中,而不显示在Android浏览器中? - Why are my custom Google Maps icons showing in pc-browsers, but not in Android browsers?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM