B4A Question library location - jchal    May 22, 2017 hi there
i am looking for the location of the following library to download
Marker
Circle
XYTileSource
MyLocationOverlay
MarkersBalloonOverlay
MapView
GeoPoint
can you please send me the ling so i can download them... B4A Tutorial OSMDroid - MapView for B4A tutorial - Dario126 (first post)    Jan 5, 2014 MarkersBalloonOverlay1 As MarkersBalloonOverlay
Dim MarkersBalloonOverlay3 As MarkersBalloonOverlay
End Sub
Sub... MarkersBalloonOverlay
MarkersBalloonOverlay1.Initialize(MapView1, ""... B4A Question Problem with the size of the markers - schimanski    Aug 18, 2013 add the markers to my map: Dim IconMarker As BitmapDrawable IconMarker.Initialize(LoadBitmap(File.DirAssets, "icon_marker.png")) .. .. Marker1.Initialize("Test", "Test_Marker", MapCenter.Latitude, MapCenter.Longitude, IconMarker) Markerliste.Add(Marker1) MarkersBalloonOverlay1.AddMarkers(Markerliste) .. Is there a way to set the size in dependence of the screen...Hello! I have all time problems with the sizes of the markers in the map. They have different... B4A Library OSMDroid - MapView for B4A - schimanski (first post)    Dec 3, 2012 MarkersBalloonOverlay - open the title-Box
I use the following code to add different Markers... open it by code?
....
Dim MarkersBalloonOverlay1 As MarkersBalloonOverlay
... B4A Question POI on Gooble Map View - BarrySumpter (first post)    Aug 14, 2012 As MapView
Dim TileSourceSpinner As Spinner
' create the MarkersBalloonOverlay
Dim MarkersBalloonOverlay1 As MarkersBalloonOverlay
End Sub
Sub Activity_Create(FirstTime... the MarkersBalloonOverlay and add it to the MapView
' no EventName is passed as we'll not... Java Question IMPORTANT NOTICE about libraries license - warwound (first post)    Jun 26, 2012 >markers_balloon_overlay</item> </string-array> <string-array name="osm_droid...="markers_balloon_overlay"> <item>MarkersBalloonOverlay</item> <item>MarkersBalloonOverlay is a modification of the Android MapViewBalloons project. MapViewBalloons is licensed... B4A Tutorial (old) Google Maps Android v2 tutorial - ValDog (first post)    Jan 6, 2014 (MyLocationOverlay, PathOverlay, ScaleBarOverlay,MarkersBalloonOverlay, to name a few). Have you (or would....
GoogleMaps has the AddMarker and AddPolyline methods.
GoogleMapsExtras has an AddMarker method which exposes more of the available MarkerOptions, and an AddPolygon method if you need to create... even require GoogleMapsExtras if basic Marker and Polyline objects are all that you require.
Martin... B4A Class DOTips 2.7 - show an overlay for app tips - Dave O    Dec 2, 2022   (38 reactions)   tags: Tips help Class Module: DOTips
Author: Dave O'Brien
Code Version: 2.7
Last Mod: 29 Nov 2022
Changes in th... B4A Library [B4X] [XUI] [B4XLib] HintOverlay - display hints that also highlight target views - Segga    Apr 26, 2022   (28 reactions) (transparency of the hint screen overlay)
CaptionColor (base color of the caption box)
TextColor... the overlay tint)
MaxDisplayTime (maximum time in milliseconds that hints are displayed if user does not... B4i Library [class]GoogleMapsExtra - Erel    Nov 5, 2025   (6 reactions)   tags: b4i point. - AddGroundOverlay - Adds an image at the given bounds. - ZoomToPoints - SetSelectedMarker - SetMarkerRotation - SetGroundAnchor - sets the marker anchor. - AddPolygon Example: gextra... = gextra.CreateBounds(ne, sw) gextra.AddGroundOverlay(bounds, LoadBitmap(File.DirAssets, "up76... on a marker). You need to add this event sub and create the custom panel or return Null: 'Return Null for the default marker layout Sub gmap_MarkerInfoWindow (OMarker As Object) As Object Dim... Page: 1   2   3   4   5   6   7   |