I have a demo app in which I have used SubsamplingScaleImageView from Dave Morrissey. Basically I have a large image which serves as a map, and I need the zoom and pan functionality.
i need set More Image in background (layers),i use PinView but problem is not scaler by zoom in/out. I have the following code:
PinView imageView = (PinView)rootView.findViewById(R.id.imageViewMap);
imageView.setImage(ImageSource.resource(R.drawable.map));
How can I solve this?, and thnx u.