But I cannot find a way to get the GPS coordinates from the android and pass it through to the browser not b4a browser component) but the default browser in android.
Is there a way to get the android GPS coordinates and pass it to the browser
so i can update my location.
You should get the GPS coordinates with the GPS library and then pass the coordinates as part of the URL (there should be several examples of this in the forum) to the browser.
You can either create the Intent manually or use PhoneIntents.OpenBrowser.