B4A Question Lats and Lons From Googlemaps Extra - TILogistic (first post)    Jul 8, 2025
Yes, that is the whole idea. Then I can get the lats and longs of the circle, convert it to coordin... B4A Question GoogleMap coordinates accuracy - TILogistic (first post)    Jun 28, 2025   (1 reaction) other: Dim lat As Double = 55.801509857177734 Dim Grados As Int = Floor(lat) Dim Minutos As Int = Floor((lat - Grados) * 60) Dim Segundos As Int = Round((((lat - Grados) * 60) - Minutos) * 60) Log($"${Grados}:${Minutos}:${Segundos}"$) Dim latitud_decimal As Double = Grados + Minutos / 60 + Segundos / 3600 Log(latitud_decimal) 164980... B4i Question GoogleMaps marker Zorder - TILogistic (first post)    May 8, 2025 https://stackoverflow.com/questions/16808563/set-a-marker-over-all-other-markers-in-google-maps-sdk-... B4J Question Waiting for JavaFX WebView and GoogleMaps - TILogistic (first post)    Mar 6, 2025   (3 reactions) and interact with plugin leaflet
https://www.b4x.com/android/forum/threads/interact-with-html-elements-from-b4j-app.136957/post-866548... B4A Question [B4X] Search autocomplete places or addresses. - TILogistic    Dec 1, 2021   (8 reactions) Search autocomplete places or addresses. Is a custom view that can be used inside or outside of the goolgemap. Note: It has search in different providers of location services among them: GoogleMap Nominatim LocationIQ MapQuest Bing Maps Mapbox Others 122574 122575 B4A: 122576... Wish Googlemaps update - cluster marker - TILogistic (first post)    Jul 17, 2024 ://www.b4x.com/android/forum/pages/results/?query=googlemaps&author=tilogistic
Regarding your error... B4A Question How to detect devices using Erel's GoogleMaps example - TILogistic (first post)    Feb 15, 2024 ? this preserves the camera properties and only moves to the marker position Dim CameraPosition1 As CameraPosition = GoogleMaps1.CameraPosition Dim NewCameraPosition As CameraPosition NewCameraPosition.Initialize2(MarkerIconLocation.Position.Latitude, MarkerIconLocation.Position.Longitude, CameraPosition1.Zoom, CameraPosition1.Bearing, CameraPosition1.Tilt) GoogleMaps1.AnimateCamera(NewCameraPosition)... B4A Question GoogleMaps Markers InfoWindow - TILogistic (first post)    Nov 28, 2022   (1 reaction) Basically my deduction is: the objects added to GoogleMaps gmap are not accessible. If I want to modify them, I must remove them from the gMap and recreate. In my example, first I must gMap.clear, and then use addMarker, not AddMarker3, if I don't the InfoWindow. You do NOT have to remove Google objects. all googlemaps objects have an identifier, whose properties can be modified. example: https://www.b4x.com/android/forum/threads/how-to-change-a-google-map-marker-icon-in-the-marker-click... Spanish [SOLUCIONADO] Toolbar GoogleMaps - TILogistic (first post)    Aug 25, 2022   (1 reaction) without indicating destination
Dim locCur As String = "-33.4513,-70.6653"
Dim locDes As String = ""
Dim Url As String = "http://maps.google.com/maps?"... B4A Question GoogleMaps : I'm loosing my mind with it!!! - TILogistic (first post)    Apr 18, 2022 see:
Dim OnMapLoadedCallback1 As OnMapLoadedCallback
OnMapLoadedCallback1.Initialize("OnMapLoadedCallback1")
GoogleMapsExtras1.SetOnMapLoadedCallback(GoogleMap1... Page: 1   2   3   4   5   6   7   |