B4J Question Google Maps marker

rboeck

Well-Known Member
Licensed User
Longtime User
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 show, how much earning each customer has. We also have code, to bring letters to bitmaps, so that we can make an index table in gmap.
Is it possible with the gmap java object, to manipulate the loaded bitmaps, after a marker is set?
 

rboeck

Well-Known Member
Licensed User
Longtime User
Thanks, i use this code already and in this form. But i want to use self created or manipulated bitmaps at runtime. Its nearly impossible, to create more than hundred markers for each combination of letter and picture.
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
How many different icons do you have?
I am afraid that you cannot manipulate the bitmaps in the code.
Authorized bitmaps are either in an url or in File.DirAssets.
But File.DirAssets is read only, and images in other directories are not allowed.
 
Upvote 0
Top