How do i add a panel og canvas on goolgemaps as a marker. The panel or canvas must be able to contain multiply images and texts. They must able to be to fecthed on click and it would be preffered if alle canvases or panels could be shown at same time on googlemaps. Example please
This is an example of how you can customize a Map. Through the B4XCanvas functions it is possible to create the map with photos, text, etc. The classes used are MapScale + GoogleMapsExtra (https://www.b4x.com/android/forum/threads/class-googlemapsextra.56871/) The following code is an example...
This class extends GoogleMaps library. Currently it supports: - AddCircle - Adds a circle at a give point. - AddGroundOverlay - Adds an image at the given bounds. - ZoomToPoints - SetSelectedMarker - SetMarkerRotation - SetGroundAnchor - sets the marker anchor. - AddPolygon Example...