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

twooten’s picture

Mark,

You are looking for map.setMapType(G_HYBRID_MAP)

Tim

markflyer’s picture

Thank 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