【发布时间】:2012-05-24 02:17:02
【问题描述】:
我正在使用 Titanium 中的地图视图,我想禁用缩放控件,我应该修改哪个属性?
【问题讨论】:
标签: mkmapview titanium android-mapview titanium-mobile
我正在使用 Titanium 中的地图视图,我想禁用缩放控件,我应该修改哪个属性?
【问题讨论】:
标签: mkmapview titanium android-mapview titanium-mobile
如果您不让用户与地图交互,那么我猜 Mapview 不是正确的选择。 你想要的可能是一个带有 StaticMap 文件的 ImageView。 -> https://developers.google.com/maps/documentation/staticmaps/?hl=de
【讨论】:
只需在其前面放置一个透明视图,它会拦截任何触摸手势。
【讨论】: