I am using the Quick Action to display the set of items. When i click a button , Quick Action displays above the button. but i want to display the Quick Action above the marker in Map when i click on the button. Is it possible to get the Marker of Map as a View ?
quickAction = new QuickAction(this, QuickAction.VERTICAL);
ActionItem parkItem = new ActionItem(0, "park", getResources().getDrawable(R.drawable.park));
quickAction.addActionItem(parkItem);
quickAction.show(view);