Active
Project:
Visitor Info
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2011 at 08:10 UTC
Updated:
30 Apr 2011 at 18:52 UTC
I have tried playing around with the .js file and with no luck. I am new to this but have been reading as much as i can. I am trying to get the visitor map to default to the hybrid map instead of the normal map. I have gone to the google site but i have not been able to get it right. I have tried adding this to a line "map.addMapType(G_HYBRID_MAP)" but it doesnt work.
could you help me with the line of code that would make it default to the hybrid.
Thank you!
Mark
Comments
Comment #1
twooten commentedMark,
You are looking for map.setMapType(G_HYBRID_MAP)
Tim
Comment #2
markflyer commentedThank you twooten! It works great... I guess its easy when you know what your doing =). I have one more thing, im trying to change the marker style for one of my own. is this possible?
Mark