Skip to content

Instantly share code, notes, and snippets.

View veyselsahin's full-sized avatar

Veysel Şahin veyselsahin

View GitHub Profile
function otomatikBul() {
// Browser desteğini kontrol et
if( ! navigator.geolocation ) {
console.log( 'Broserınız desteklemiyor. Lütfen manual seçim yapınız.' );
return;
}
// Uyarı
console.log( 'Koordinatlar alınıyor...' );