current position

  1. alis1200

    Android Question What's the best and newest way to mock a location?

    Hi all 👋👋👋, There are some thread for mocking location such as (Mock-LocationProvider Lib - Bitstra) and (OSM Maps / FusedLocationProviderClient GMS - Harris). The bitstra's one is very old thread and I guess maybe there are a newer and better ways to mocking location. (Thanks to bitstra for...
  2. Alexander Stolte

    iOS Question Google Maps get current position per code

    Hey, I can not determine the current position. How does work in B4I? My current code: Private Sub AddMap gmap.Initialize("gmap", Main.API_KEY_2) pnl_gmap.AddView(gmap, 0, 0, 100%X, 100%y) 'gmap.MapType = gmap.MAP_TYPE_TERRAIN gmap.GetUiSettings.CompassEnabled = False...
Top