How i change my marker in google map.is possible to add our custome image to map?
Thanks,
Companion
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it is really simple – see http://code.google.com/intl/en-US/apis/maps/documentation/javascript/overlays.html#SimpleIcons
example straight from the google docs
if you want to do more complex stuff, you can also extend googles overlay classes and perform custom rendering …