ETİKETLER

android-lokasyon

İÇERİK TÜRLERİ

Konum Bilgilerini String olarak kullanma.

LocationManager lm = (LocationManager)getSystemService(Context.LOCATION_SERVICE);
        Location location = lm.getLastKnownLocation(LocationManager.GPS_PROVIDER);

   
        
        double longitude = location.getLongitude();
        double latitude = location.getLatitude();
        


        final WebView checkbrowser = (WebView) findViewById(R.id.webView2);
        checkbrowser.getSettings().setJavaScriptEnabled(true);
        checkbrowser.loadUrl("http://www.sitem.com/lokasyon.asp?long=" + longitude );

mvtnlr
27 Mayıs 2014 tarihinde soruldu
Abone ol android-lokasyon