Why do the markers not appear?

前端 未结 2 1964
予麋鹿
予麋鹿 2021-01-25 04:15

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

2条回答
  •  遥遥无期
    2021-01-25 05:09

    You should create the MarkerOption object like this:
    MarkerOptions myLocationMarker = new MarkerOptions().position(lat,long);

提交回复
热议问题