What I have: A RecyclerView with images of Restaurants, Bars, etc, that when are clicked take you to a map
What I want: That when they be clicked take you to a map with
You should create the MarkerOption object like this: MarkerOptions myLocationMarker = new MarkerOptions().position(lat,long);
MarkerOptions myLocationMarker = new MarkerOptions().position(lat,long);