MapView icon indicating copy to clipboard operation
MapView copied to clipboard

A MapView on Android platform.

Results 16 MapView issues
Sort by recently updated
recently updated
newest added

间隔时间内刷新地图loadMap(bitmap),图片会自己移动,如果让其一直保持在中间位置?

有时可能是feature吧...... 我想了俩解决方法 1. 好在Layer都有mapView的引用。添加以下代码至`LocationLayer.java` ``` java // ... if (compassIndicatorArrowBitmap != null) { canvas.rotate(mapView.getCurrentRotateDegrees(), goal[0], goal[1]); // 新增 // ... ``` 2. MapView添加一个onCurrentRotateDegreesChanged事件。这样至少用户可以在旋转时设置指向,这也是Demo中的思想,但Demo中是由`onSensorChanged`不断发出事件来做到刷新的。不想改这个代码,因为在处理touchEvent的时候没调用`setCurrentRotateDegrees`,我又懒得看处理过程。

this.currentMatrix.postScale(zoom / this.currentZoom, zoom / this.currentZoom, x, y); 设置初始方法倍数,短时间运行了两次

似乎导航起始点不能随意设置,有时候默认起始点是mark.size - 1所存储的点,自己设置点坐标测试时,也会时常报错

请问一下在使用导航功能时,nodescontract和nodes分别代表什么

您好,demo里移动图片时,图片会抖动是什么原因呢?我研究了,没找到原因

How can I control how to drag pictures like photoView without leaving the screen?

I'm using custom floor plan. After zoom in map , I can't return back initial zoom level again.

fix: multiple null pointer expectations, replacing currently loaded image render off screen update: add setRotateable to enable/disable rotating on the fly