ok...now i tried my googlemap again after registered with googlemap and
added the key. But now im getting 2 errors :

Error: 'google.maps.MapTypeId.HYBRID' is null or not an object
(IE Developer Tool pointing error at the myOptions )

Error: Object doesn't support this property or method

    function initialize(ll,name,zoom) {
        latlng = ll;
        myOptions = {
            zoom: zoom,
            center: latlng,
            mapTypeId: google.maps.MapTypeId.HYBRID
        };


But i can get the latitude & longitude values now when i try to alert them.
But at the end, the map is not being shown...Just an empty canvas. :-(


Why like that?



On Tue, May 18, 2010 at 4:40 PM, Andrew Leach <[email protected]
> wrote:

> On May 18, 9:20 am, Rossko <[email protected]> wrote:
> > > Why is it happening? I have no idea.
> > > Everytime i try to use an IP adddress its giving me the NULL
> > > placemark.
> >
> > I expect your key doesn't match, or is invalid.  Key checking is
> > skipped for localhost.
>
> Or it's a private IP address, 10/8 or 192.168/16. They won't work
> without a Premier client id.
>
> --
> 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]<google-maps-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-api?hl=en.
>
>

-- 
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