0

Is it possible to modify the color scheme of mylocationoverlay I want to conver the blinking dot into red color. Please guide me how can I make it possible.

skaffman
  • 398,947
  • 96
  • 818
  • 769
Siddiqui
  • 7,662
  • 17
  • 81
  • 129

2 Answers2

1

See this related question for the answer - myLocationOverlay change the marker

Basically, create a subclass of MyLocationOverlay then override drawMyLocation().

There is example code in the related answer.

You can see the API here - http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MyLocationOverlay.html

Community
  • 1
  • 1
Chris Grant
  • 2,463
  • 23
  • 27
1

Answer can be found here : myLocationOverlay change the marker

Community
  • 1
  • 1
ddewaele
  • 22,363
  • 10
  • 69
  • 82