B4i Question InfoWindowAdapter1 or iOS ? - ykucuk    Aug 14, 2018 is there a way change Infowindow of google map view?
'Android
Dim InfoWindowAdapter1 As InfoWindowAdapter
InfoWindowAdapter1.Initialize("InfoWindowAdapter1")
GoogleMapsExtras1... B4A Question InfoWindowAdapter1_GetInfoContents - Nicolás Cieri (first post)    Aug 11, 2020 Ok,
This works fine in "release" mode.
Issue resolved.... B4A Question Dynamic content in InfoWindowAdapter - how to? - Erel (first post)    Jan 12, 2020 You can handle the Marker click event, download the data and then show the info window.... B4A Library GoogleMapsExtras - warwound    Aug 24, 2013   (31 reactions)   tags: GPS
BitmapDescriptorFactory
Circle
CircleOptions
GroundOverlay
InfoWindowAdapter
MarkerOptions
Point
Projection
OnInfoWindowClickListener
OnMarkerDragListener
OnMyLocationChangeListener
Polygon
TileOverlay... B4A Question Position of InfoWindowAdapter - devmobile (first post)    Jun 23, 2017 I try to change camera after show windowinfo but it wasn't changed... B4A Question Picasso with InfoWindowAdapter GoogleMap - Erel (first post)    Apr 12, 2017 The image is not immediately available. You will need to download it before and set it in the event sub.... B4A Question InfoWindow - Nicolás Cieri    Aug 11, 2020 I know that I can load a panel within the "InfoWindowAdapter1_GetInfoContents" process.
This panel can be seen "inside" the infowindow (it looks very bad, one panel inside another), what I would like is for this "infowindow" to be transparent. It can?
In B4i, if I try to do it, the infowindow is not really visible, only the panel. (It works perfect)... B4i Question GoogleMap Extras help (SOLVED) - walterf25    Dec 10, 2018 ) Next Dim InfoWindowAdapter1 As InfoWindowAdapter InfoWindowAdapter1.Initialize("InfoWindowAdapter1") googlemapsextra.SetInfoWindowAdapter(map, InfoWindowAdapter1) infowindow.Initialize("") infowindow.SetLayoutAnimated(0,0,0,230dip,120dip) infowindow.LoadLayout("InfoWindow") '... B4A Question Marker click not showing snippet - jotajota52    Jun 18, 2021 ) Dim InfoWindowAdapter1 As InfoWindowAdapter InfoWindowAdapter1.Initialize("InfoWindowAdapter1") Do Until InfoWindowAdapter1.IsInitialized Sleep(100) Loop Dim gmapextra As GoogleMapsExtras gmapextra.SetInfoWindowAdapter(MapNewBox.GetMap, InfoWindowAdapter1) End Sub I understand that the Sub InfoWindowAdapter1_GetInfoWindow is not needed if I just want to... MyMark.InfoWindowShown=True This works well, and I'm can see the snippet on top of the last marker... B4A Question (solved) how to make a customized InfoWindow Panel - DonManfred (first post)    May 22, 2019 forum where there is an InfoWindowPanel
no where.
You need to use an InfoWindowAdapter
https://www.b4x.com/android/forum/pages/results/?query=InfoWindowAdapter
It is part of googemapextras... Page: 1   2   3   4   5   6   7   |