On Feb 19, 6:21 pm, Rossko <[email protected]> wrote:
> > u must approve the geolocation , thats the idea of the application , to find
> > your location and places around u .

But you would like my help debugging the application.  I am nowhere
near Israel, so the geolocation would, even if I allowed it, not be
useful.  Forcing its use means I can't help you with your application.

  -- Larry

>
> It would probably be helpful to visitors to your site, if you made
> your code so that those who do not have geolocation, or don't want to
> use it, are offered some meaningful message about it ; or better yet,
> an alternative way to give a location.   What happens if they want to
> use your site to find out about a place they are visiting tomorrow,
> but are nowhere near today?
>
> There are some validation errors 
> ;http://validator.w3.org/check?uri=https%3A%2F%2Fsites.google.com%2Fsi...
> one that confuses some browsers is HTML element id attributes
> beginning with numbers
>    <iframe width="600" height="800" scrolling="auto" frameborder="0"
> id="539654243" ...
>
> As Ralph points out,
>     map.style.width = '100%';
> won't work - 'map' is Google maps API object, not a <div>.  Perhaps
> you meant to change the size of the <div> containing the map.  If you
> do, don't forget to trigger a resize on the API map object.

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