In the function mapView.setExtent(envelope, padding) , is the padding in pixel or dp? The documentation says its dp, but after testing in different devices, I think it's in pixels, can someone verify?
The units are in device-independent pixels.