I want to reduce the. touch area of marker in focus. While click area is too big, I want to short the click area of marker on google map.
I am new to map, I want to know how could we reduce the padding of marker in focus in android .
I want to reduce the. touch area of marker in focus. While click area is too big, I want to short the click area of marker on google map.
I am new to map, I want to know how could we reduce the padding of marker in focus in android .
Copyright © 2021 Jogjafile Inc.
first I tried. to add one overlay inside xml
<View android:id="@+id/transparentOverlay" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/transparent" />