On Feb 24, 1:57 pm, "Ani..." <[email protected]> wrote:
> i tried with the inspect tool and i can see no text for these 3 option..
> just the div is created...

You are loading the API twice. The second time, you are loading an old
version (2.184) which is incompatible with the 2.x you are loading
correctly. In this case, it's the map type control which doesn't work;
when 2.x is updated something else will probably fail.

Remove these two lines:
<script type="text/javascript" src="jscript/maps.js"></script>
<script type="text/javascript" src="jscript/main.js"></script>
and things might improve. You should *only* use the documented method
for loading the API.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to