B4A Question GoogleMaps Polygons Infowindow ? - marcick    Nov 6, 2015 Hi all,
thanks to GoogleMapsExtras library it's easy to draw polygons on the map.
Supoosing to have many of them on the map, now I'm thinking how to add some text or infowindow to each one... B4J Question Google Maps Polygon Broken With Java 11+ - tufanv    May 28, 2020 Hello,
I previously used jdk 1.8.0_181 without any problems to draw a geofence with polygon in google maps.
If I configure paths to use jdk11 or 14 (newest) the polygon is broken, only some parts of the polygon is visible. With the old java, there are no problems. what may be the problem ?
Thanks... B4J Question Changing the fill colour of a jGoogleMaps polygon - Ralph Parkhurst (first post)    Nov 14, 2024
In the click event you can see the logic of how to handle polygons.
Great insight - thank you. I will study this closely.... B4J Question GoogleMaps Polygon properties - klaus    Oct 28, 2017 When we define a polygon in GoogleMaps and click on it, we get in the Click event routine a MapPolygon object.
How can we get it's properties, paths, vertices , colors etc. and methods RemoveAt... Wish GoogleMap Polygon - marcick    Mar 21, 2016 Continuing the porting of my B4A project, I would need now the function to create a polygon, with color and transparency parameters.
Will it be available soon ?... B4i Question GoogleMap polygon ? - marcick    Mar 21, 2016 Is it coming soon ?... Bug? 2 Google map objects and polygons - Andrew (Digitwell)    Aug 7, 2018 using 2 google map objects
Object 1 allows you to click to select the Geofence polygon
Object 2 allows....GoogleMapWrapper.AddPolygon(GoogleMapWrapper.java:533)
at b4j.google.map.main._gmap_click(main.java:214... B4J Question How to save a Google Map polygon in SQLite table? (Solved) - javiers (first post)    Jul 7, 2019   (1 reaction) As @DonManfred stated, it is all up to you how you wish to store the name, points and other details of your poly (map, list or sql table) - select and display it.
There are many examples... B4A Question GoogleMapsExtras polygon. Clickable? - DonManfred (first post)    Oct 14, 2021   (1 reaction) You need to write a OnPolygonClickListener and add them to the GoogleMap.
This can be done with java and probably Javaobject.... B4A Question [SOLVED] GoogleMapsExtra polygon cross line - yfleury (first post)    May 19, 2020 @Brian Dean I don't test your code. But thanks again. I bookmark it for later.
I test code fr... Page: 1   2   3   4   5   6   7   |