You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
marker=newgoogle.maps.Marker({position: latlong,title: "Your Location is "+$rootScope.latitude+", "+$rootScope.longitude,description: "Hey this is where I'm currently at!",map: map});
navigator.notification.alert('There was a problem locating your position, please manually enter your city, state or zipcode.',null,'Failed to Locate Position','Close');
0 commit comments