B4A Question Google Map Marker icon Chopped - iCAB    May 11, 2016 BitmapDescriptor1=BitmapDescriptorFactory1.FromAsset(TLocalMarker.TMarkerSettings.IconFile) MarkerOptions1.Icon(BitmapDescriptor1) 'This code shows chopped icons 'Dim bBitMap...) 'BitmapDescriptor1=BitmapDescriptorFactory1.FromBitmap(bBitMap) 'MarkerOptions1.Icon(BitmapDescriptor1...Hi All While trying to scale the Marker icon to look bigger on a tablet, I ran into an issue where the Marker icon look chopped ( only a small part of it shows ). The code below shows the working... B4A Question How to change a google map marker icon in the marker click event? - JohnC    Aug 18, 2021 I want to change a marker icon when the user clicks on that marker in a google maps fragment.
So...:
https://stackoverflow.com/questions/15523100/google-map-api-v3-change-marker-icon-on-click
//Change... B4J Question Overlapping images + text, on Google Maps markers - amorosik    Jan 23, 2021 I use jGoogleMaps to display a map and markers with the positions of some cars
For each car I have a small image that is used to display the car on the map
In addition to the position I would also... B4A Question Oops wrong forum Google maps marker location - Roger Daley    Dec 8, 2015 Hi All, In B4A the code "MarkerLocation = Marker1.Position" loads MarkerLocation with the LatLng of Marker1. In B4J Marker.Position is write only. I can't find anywhere how to get LatLng in B4J Regards Roger... B4A Question [Solved]"smoothing" the movement of the Google map marker - jose luis gudino    Jun 2, 2019 hI
I would like to "smoothing" the movement of the Google map marker,
I got...);
carMarker.setRotation(getBearing(startPosition, newPos));
googleMap... B4J Question [SOLVED] jGoogleMaps: Markers are displayed multiple times - rwblinn    Jan 11, 2016 Hi,
when building a google map first time, with two markers, the markers are displayed multiple times (see picture). By clicking on zoom, the map gets refreshed and the two markers are displayed correctly.
When rebuilding the map again with different markers, the markers are build correctly.
Have tried to init the cameraposition twice with different zoomlevels, but that did not solve the issue... B4A Question Can't drag Google Map markers [Solved] - Roger Daley    Dec 2, 2019 (Galaxy A70 Android 9) and found I can't drag the markers on the map.
To check that I had not....
EDIT: Even more information.
If I hold my finger on marker for 4-5 seconds it picks up the marker... B4J Question Google Map Marker Info Window - Andrew (Digitwell)    Jul 29, 2019 Hi,
When google displays the info window for one of its own marker it has the "View in Google Maps" link at the bottom.
Is there any way to remove this?
82625
As a last resort, is there any way to prevent the info window being displayed for a marker google has put on the map?... B4A Question Google Map Markers below the point - Andrew (Digitwell)    Mar 27, 2019 Hi all,
Does anyone know of a way to display Google Map Markers below or to the side of the point that is being marked?
The google Maps app seems to be able to do it, but I can't see how... B4A Question How to use Google Map Markers from http://maps.gstatic.com/mapfiles/markers2 - Anser    Aug 9, 2018 Hi,
There are many customized markers available at the following links
http://maps.gstatic.com/mapfiles/markers2/marker_greenA.png
http://maps.gstatic.com/mapfiles/markers2/marker_greenB.png
ie for all the English alphabets a PNG file is available.
How can I use it directly via gmap.AddMarker... Page: 1   2   3   4   5   6   |