marker

  1. Arnaud

    B4J Question Googlemaps bug?

    Hello, Since 24-02-2023, I have problem with Google map library for all my project in B4j . the screen is white. So, I have tested with the example project "GoogleMapDemo" to be sure that the problem is not my API key, and I have the same problem. It seems that the problem is when the pane to...
  2. amorosik

    B4J Question Marker moving on a map

    Car image moving on a map I'd like to get the effect visible in the video at the link given above The cars, or other image, moving over a map I don't know where to start Can you help me find the necessary documentation or a snippet of B4J code to develop, which will allow me to achieve the...
  3. R

    B4J Question Google Maps Waypoint Anchor Change

    Any marker added with the jGoogleMaps library displays the marker with the bitmap anchored at the centre of the bottom margin. Is it possible to expose the properties of the marker such that the bitmap is centred over the co-ordinate rather than above it? Rather like the Android library...
  4. D

    B4J Question Arabic String in Google map Marker

    Hi All, I'm Developing a Small Application in b4j For test that. I Loaded Google map in my app and Added some markers on that, when we want to Add Info Window To Marker with Arabic String , info window don't show the tittle corecctly! how Can I Solve the problem?
  5. R

    Android Question BitmapDrawable cannot be converted to Bitmap

    Need a circular marker with a specified colour for an Osmdroid markeroverlay and thought I could do it like this: Sub Globals() Private bmpPatientMarker As BitmapDrawable End Sub Sub Activity_Create(FirstTime As Boolean) bmpPatientMarker.Initialize(TextToBitmapDrawable("O", 24...
  6. R

    iOS Question Google maps marker modification

    In B4A i was able to change a bitmap and add a number, before i used this bitmap for a marker. In B4I i tried this code: Dim Bitm As B4XBitmap = LoadBitmap(File.DirAssets,"Markerg.png") Cv.Initialize(Bitm) Cv.DrawCircle(25dip,39dip,14dip,Colors.DarkGray,True,0) Dim f As...
  7. juniorteacher

    Android Question Add Image in Infowindow Marker Maps from server

    only last image in my server,shown in all marker (should be different) i use imagedownloader Sub Globals 'These global variables will be redeclared each time the activity is created. 'These variables can only be accessed from this module. Private VP As AHViewPager Private...
  8. juniorteacher

    Android Question Add Marker Like Google My Maps

    how to add marker in map, like Google My Maps ? by moving the map and map marker stay in middle of the map.
  9. Waldemar Lima

    Android Question how can i do to change GoogleMaps Marker Icon ?

    hi everyone ! i would like know how can i change marker icon using Erel Library From GoogleMaps v2 tutorial .
  10. R

    B4J Question Google Maps marker

    In google maps for android we have the possibilty, to load and manipulate the bitmaps, that are used for markers. In google maps for bj4, we use files in assets folder to set the markers. I want try to manipulate the markers to give the users a bit more information, so 5 different colors could...
Top