On Dec 25, 10:40 pm, ak <[email protected]> wrote:
> following is the code
>
> <script type="text/javascript" src
> ="http://maps.google.com/maps/api/js?sensor=false";></script>
>
> on screen load
>
> var gMapLocationMap;
>
> var latlngLocationMap=new google.maps.LatLng(-34.397, 150.644);
>
> var optionsLocationMap={zoom:15, center:latlngLocationMap,
> mapTypeId:google.maps.MapTypeId.HYBRID}
>
> gMapLocationMap=new
> google.maps.Map(document.getElementById("IDLocationMap"),optionsLocationMap );
>
> i get following error in the safari console
>
> TypeError: Result of expression 'a' [null] is not an object.
> maps.gstatic.com/intl/en_us/mapfiles/api-3/3/5/main.js:26<http://maps.gstatic.com/intl/en_us/mapfiles/api-3/3/5/main.js>

Please, please, please read and follow the posting guidelines, and
post a link to your map that exhibits the problem, not code:
http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e

I can't run a debugger on your code listing.  The error you are
reporting is in the API code, we need to see how your code is getting
there (or at least I do...).

  -- Larry

>
> thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to