Hi,
The fact that you are using jQuery in line 46 should make no difference to
the rest of the script, $('#map_canvas')[0] is the same as doing
document.getElementById("map_canvas");
The map variable will be the same in either case, so if you wanted to not
use jQuery at line 46 you will need map = new
google.maps.Map(document.getElementById("map_canvas"),myOptions);
As I say it shouldn't make any difference, so it must be something else
causing the geolocation to not work, can you link to a page where you had
tried to add in the geolocation.
Mike
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.