Android Custom marker icon

后端 未结 4 1279
离开以前
离开以前 2020-12-17 09:08

I\'m working on application with Google maps so i want to define a custom marker for each custom place, For example (gas station- Hotel- Hospital.. ) ! i have a overlays cla

4条回答
  •  既然无缘
    2020-12-17 09:56

    with the APi v2, you can do (markerObject).setIcon(BitmapDescriptor) to change/set the marker image.

提交回复
热议问题