-1

I'm facing a problem. I have been trying to Fix it for 3 days. I need to Get/Share/Update the GEO Location through GeckoFX 45. I got this before asking here but It does not make sense.

Is there any working solution available? Please.

Thank you.

  • So is the problem you don't know how to convert the linked answer from C# to VB? If not why doesn't it make sense? – Tom Sep 19 '18 at 19:30
  • I have two pointers for you but no answer: https://bitbucket.org/geckofx/geckofx-33.0/issues/102/unable-geolocation-feature and https://stackoverflow.com/questions/19348509/how-can-i-get-the-html5-geolocation-feature-to-work-on-geckofx-v22-web-browser-c?rq=1 – wp78de Sep 20 '18 at 03:40

1 Answers1

1

Just Add this Preference. That's it For GeckoFX 45.

GeckoPreferences.User("geo.enabled") = True

GeckoPreferences.User("browser.search.geoip.url") = "https://www.googleapis.com/geolocation/v1/geolocate?key=GOOGLE MAP API"
Taki Elias
  • 127
  • 1
  • 7
  • Collect Your Google Map API From http://console.cloud.google.com and put the API correctly Like https://www.googleapis.com/geolocation/v1/geolocate?key= Your GOOGLE MAP API – vblover351 Sep 20 '18 at 18:33