0

I can able to customize the current location icon with location client the only problem is left out is that the bearing is not correct . Am using the bearing returned by the location object but when i apply the bearing with my image it's pointing to different location compared to Google map application :(. It would be really helpful if any one can provide me solution for finding out the right bearing value .

Is there any way to change the size of the default current location icon?

Bytecode
  • 6,551
  • 16
  • 54
  • 101

1 Answers1

0

Show some of your codes and the image of the result. I don't get what you want. If you want to change the size of the icon here is the code.

var url = { url: 'images/asdf.png'; size: new google.maps.Size(40,40) }

CodeSlayer
  • 1,318
  • 1
  • 12
  • 34