Mapsforge圈子mapview

时间:2015-11-06 17:17:36

标签: android view mapsforge

我在我的应用中使用了mapforge离线地图,我想要显示这样的地图:

enter image description here

我尝试将MapView的背景设置为这样的圆形:

<?xml version="1.0" encoding="utf-8"?>
<shape
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:shape="oval">
  <size
    android:width="120dp"
    android:height="120dp"/>
</shape>

但它不起作用.. 有什么建议吗?

0 个答案:

没有答案