Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [google-maps-markers]

Markers identify locations on the map. By default, they use a standard icon, though you can set a custom icon. Markers are designed to be interactive and are often used within event listeners to bring up info windows.

2,762 questions with no upvoted or accepted answers
20 votes
0 answers
2k views

Logback : using different patterns for different markers

The software I'm working on uses MDCs for specific data (username, ip, execution time and so on). I want some logs to use a specific pattern using some MDCs, and some logs to use another pattern using ...
Marie's user avatar
  • 483
9 votes
0 answers
2k views

Two MapViews in one Android Activity: jumping/flickering Markers

I'm developing an Android App for Tablets, which shows two maps with markers in master-detail-layout. Both maps contain different markers. When I start to move the camera in one of the maps, markers ...
Jan's user avatar
  • 91
9 votes
0 answers
6k views

How do you plot 3D markers (i.e. spheres rather than circles, pyramids rather than triangles, etc.) on a 3D plot

The following code plots points at the tips of a neuron skeleton, the coordinates of which are stored in coords, and the colors of which are stored in tcolors (which, for some reason, only colors the ...
Cosmo's user avatar
  • 280
8 votes
0 answers
4k views

Android Maps API v2 Marker with custom defined anchor jumps when dragged

I have an Google Maps Android v2 API marker that I have set an anchor at 0.5/1.0. Just placing the marker works fine. The problem is when I drag the marker, on first move it jumps up and to the left ...
user1971035's user avatar
7 votes
0 answers
2k views

react-native-maps, rendering dynamic markers post run-time

Delete this question please, someone has helped me on another thread. I am trying to generate markers at certain times in my app so that it will show a blank map at launch, but then sometime later, ...
Bisclavret's user avatar
  • 1,505
7 votes
1 answer
2k views

Google Map Markers At The Same Address Flicker In And Out

I have installed the google maps API within my project and whenever I have 2 markers with the same coordinates the markers flicker in and out of the display. I was wondering how I should go about ...
Rohan Vasishth's user avatar
7 votes
1 answer
800 views

Get features present in map viewport from geoJSON

I need to add markers on the map for the data that I have. Out of the thought process, I went through map.data.loadGeoJson('google.json'); with which I will be able to have custom data attached to ...
Green Wizard's user avatar
  • 3,627
7 votes
0 answers
2k views

How to adjust markers icon size according to the zoom level on Android

I'm adding several markers on my maps and i want that they adjust their icon size while zooming-in or zooming-out. How to do that? This is my code: map = ((MapFragment) getFragmentManager()....
smartmouse's user avatar
  • 14.2k
7 votes
1 answer
1k views

google map android api v2 marker shadows

cannot find an answer in the official documentation, so is there a way do have a GoogleMap draw marker shadows automatically like the old MapView did? i know i can draw it manually but i'm wondering ...
TeamBanana's user avatar
6 votes
1 answer
11k views

Flutter GoogleMaps - dynamic colouring of Custom Markers

Flutter Google Maps allows the use of the standard/default Marker to be used on the map. You can also apply a colour to this marker programatically to add a variety of colours to your app. However, ...
Jammo's user avatar
  • 2,056
6 votes
1 answer
2k views

Flutter - AnimateCamera not working with newLatLngBounds

I'm using Google map and after adding lot of marker i want to move camera to newLatLngBounds to show all the marker visible to user. But i'm facing this Error. Error using newLatLngBounds(...
MSARKrish's user avatar
  • 3,857
6 votes
2 answers
6k views

Vue-google-map autocomplete two way binding not working

I am using vue-google-maps, and I have implemented the plugin and it works flawlessly, but there is a small problem ( or maybe I am not able to do it correctly ). When I implemented the autocomplete ...
Syed Abdur Rehman Kazmi's user avatar
6 votes
3 answers
2k views

Map not clickable around marker in Google Map SDK for Android

I am building some app like image below, I want to force markers not to be clickable, but there is no setClickable(false) for Marker or MarkerOptions. Currently area around marker (see attachment) is ...
AVEbrahimi's user avatar
6 votes
2 answers
1k views

Google maps infowindow autopan: is it possible to customize the distance to the map's top?

I have a map with a semi-transparent search bar on top of it. I have also got a bunch of markers with infowindow attached to them. The problem is that google maps autopan feature obviously doesn't ...
Kabachok's user avatar
  • 583

15 30 50 per page
1
2 3 4 5
185