Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9257973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T12:16:34+00:00 2026-06-18T12:16:34+00:00

var myloc; function initialize() { var mapOptions = { zoom: 14, mapTypeId: google.maps.MapTypeId.ROADMAP };

  • 0
var myloc;

function initialize() {

  var mapOptions = {
    zoom: 14,
    mapTypeId: google.maps.MapTypeId.ROADMAP
  };    
  var map = new google.maps.Map(document.getElementById("map_canvas"), 
            mapOptions);

  var mylocOptions = {
    draggable: true,
    animation: google.maps.Animation.DROP,
    title: "You are here..."
  };
  myloc = new google.maps.Marker(mylocOptions);

<% if !signed_in? || !current_user.loc %>
  if (navigator.geolocation) navigator.geolocation.getCurrentPosition(function(pos) {
    var me = new google.maps.LatLng(pos.coords.latitude, pos.coords.longitude);
    myloc.setPosition(me);
    myloc.setMap(map);
    map.setCenter(me);
    $.ajax({
      data: { me: me.toString() },
      type: 'POST',
      url: '/set-location'
    })
  }, function(error) {
      var address = prompt('Where are you looking?');
      geocoder = new google.maps.Geocoder();
      geocoder.geocode({ 'address': address }, function(results, status) {
        if (status == google.maps.GeocoderStatus.OK) {
          var me = results[0].geometry.location
          myloc.setPosition(me);
          myloc.setMap(map);
          map.setCenter(me);
        } else {
          alert("Geocode was not successful for the following reason: " + status);
        };
      });
  });

<% else %>
  var me = new google.maps.LatLng(<%= current_user.loc %>);
  myloc.setPosition(me);
  myloc.setMap(map);
  map.setCenter(me);

<% end %>

} 

So, I’m not trying to alert stuff, but that’s how I found the problem. When true, myloc is undefined. When false, it’s myloc = Object object. Is there something in that navigator.geolocation function that allows myloc to be recognized?

I thought by declaring var myloc outside of the initialize function, everything was gravy. Scope issue? Google maps trickery?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T12:16:35+00:00Added an answer on June 18, 2026 at 12:16 pm

    Geolocating is an asynchronous process.

    At the time when the callback of getCurrentPosition is executed, the marker has already been created, because the browser will continue executing the script while he requests the user-position.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

var myloc; function initialize() { if (navigator.geolocation) navigator.geolocation.getCurrentPosition(function(pos) { var me = new google.maps.LatLng(pos.coords.latitude,
var ref1 = new Firebase(http://gamma.firebase.com/myuser/123,456); ref1.set(123,456); var on1 = ref1.on(value, function(snapshot) { console.log(snapshot.val()); });
var search= document.getElementById('appMenu').value document.location.href= '${createLink(controller: 'application' , action:'ajaxAppSearch', params: ['query': search])}' The element appMenu
var inputDrop = document.createElement('select'); inputDrop.setAttribute(onchange, function test(){alert(test);}); form.appendChild(inputDrop); var inputOpt1 = document.createElement('option'); inputOpt1.value=1; inputOpt1.innerHTML=1;
var object = {}; // Global Object (function() { var theArg, google, yahoo; object.google
var name = new Array('freddy', 'mac', 'fanny', 'may'); var content = 'hi '.+name[i]+.'!'; $('div.class').each(function
var wtc = document.getElementById(sw).value; var cw = wtc.split().join('&nbsp;&nbsp;&nbsp;&nbsp;'); cw.toString(); var x=document.getElementById(demo); x.innerHTML=cw; I have
var y = new w(); var x = y.z; y.z= function() { doOneThing(); x();
var Foo = Foo || {}; Foo.Controller = (function ($) { var $page =
var JavascriptHelper = Backbone.Model.extend(JavascriptHelper, {}, // never initialized as an instance { myFn: function()

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.