initiuminc1
initiuminc1
@hunterand1 sure. i am trying to fix this
@hunterand1 on the MapView.java add the below code in onTouchEvent(MotionEvent event) ``` if (!withFloorPlan(event.getX(), event.getY())) { Log.d(TAG, "overflow"); } ``` now i have to find some logic to disable scroll...
@onlylemi in the mapview scroll doesn't stop after the map image. it is showing a white background
@onlylemi but i need the scroll and zoom properties and need to block the scroll soon after it reach the map boundary
@onlylemi is there any way to change the background color from white ?
@Deliganli do you have the rotation code on any of the branches? if then i will try from my end. i too extremely need this feature
@Deliganli thanks. Please let me know once you push. Thanks
@Deliganli Thanks
@Deliganli did you missed anything. i can't see any codes for setting the rotation degrees. Thanks