google-maps-markers Questions

2

Solved

Is it possible to use the Material Icons in Flutter as Markers in a Flutter app with the GoogleMap widget?
Aftershaft asked 25/10, 2019 at 15:27

8

Solved

I've spent about 5 hours trying to get this to work with many different permutations of code, and then rebuilding. I cannot for the life of me change the default "red pointer" marker as t...
Magnetite asked 23/1, 2019 at 23:42

3

Solved

Can anyone explain the exact syntax used to set the z-index for a marker using the Google Maps API (Version 3)?
Consanguineous asked 26/1, 2012 at 16:9

1

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 f...
Belden asked 13/8, 2017 at 15:51

3

I have created a custom marker for use in my google map. The anchor point of the icon should be in the bottom left hand corner. On my map, the anchor points appear to be on the bottom edge in the c...

7

Solved

I am using google maps api 3.9 .In app user can add marker or delete marker.when user click on map an Infowindow will be displayed.in which user can enter name,lat,long and click the save image as ...
Muncey asked 31/12, 2012 at 8:57

4

Solved

I am developing an simple app, where I already displayed marker title with mrkr.showInfoWindow() but I don't want user to tap again that marker. How to disable clicking event of particular marker ?...

2

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...

3

Solved

Can anyone share a documentation / code sample for Flutter google maps plugin where I can rotate the marker ( ex: a car icon ) according to the driving direction. I saw this can be achieved on nati...
Spoilsman asked 10/7, 2019 at 6:24

2

I have create a marker using advancedMarkerView const centerMarkerE = document.createElement("div"); let centerMarkerHtml = "<div class='center_marker'><img src='/images/fro...

5

Solved

Im creating an app where users need to walk to a point on a map. But they need to find a route to the point by them selves. Ive created a map with markers but by default if a user clicks on the mar...

7

Solved

In the pyplot document for scatter plot: matplotlib.pyplot.scatter(x, y, s=20, c='b', marker='o', cmap=None, norm=None, vmin=None, vmax=None, alpha=None, linewidths=None, faceted=True, verts=None...
Ceres asked 12/2, 2013 at 7:37

5

Solved

how can i change cluster icon? i wolud like to have same icon, with some other color than blue.

5

Solved

I have implemented Google maps in my app (in a modal), however as you can see on the images below there is a grey area that I of course want to get rid of. It is possible to move the map so that th...
Astroid asked 16/12, 2012 at 13:2

3

Solved

I have implemented the code of Google Maps Clustering This is the code in my activity private void setUpClusterer() { mClusterManager = new ClusterManager<StoreItem>(this, mMap); mMap.se...
Rupertruperta asked 18/7, 2016 at 15:0

9

It seems to have written everything correctly but I can not understand why it does not show my location on the map. Why is it not showing my location? import 'package:flutter/material.dart'; impo...
Hite asked 29/1, 2019 at 17:17

9

Solved

The Android API has a very convenient class for this, IconGenerator. Using the IconGenerator in my Android app, I can easily make a marker that: is a simple rectangle with the color of my choosin...

6

Solved

I want to link to google maps at a particular location with a marker on a particular point. It's easy to link to a location: http://maps.google.com/?ll=XX.XXXX,XX.XXXX But how do I drop a marke...
Toolmaker asked 5/7, 2011 at 12:43

2

Solved

i am searching for a way to recenter (focus) the map if an marker is outside the map. For example if you click on a marker which is not in your viewarea ... Marker 1: New York Marker 2: SanFransis...

7

Solved

I am using AGM maps for my angular 4 application, there I am facing issues, I will be having the multiple markers which are fetched from api as an array of Latitude and Longitude. I want to set the...

1

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(LatLngBo...

9

I am trying to change marker icon. I get the image from one server directory. When I put break point every time the "bit" result is null. And when I run the app I get java.lang.NullPointerExceptio...
Buie asked 28/8, 2013 at 11:23

1

Solved

I have a map, which populates markers based on search. I'm attempting to user the newer google maps feature AdvancedMarkerView so I can fill it with custom HTML - however, as my search updates, I w...

4

Solved

I've been reading https://developers.google.com/maps/documentation/javascript/overlays for a while now and I can't seem to get a custom icon for my map working. Here is my javascript: var simpler...
Undry asked 29/4, 2012 at 22:38

3

I want to show pulse animated marker in google_maps_flutter. Is there any way to do like this(below) marker in Flutter? I am able to do like this(below): For easy to understand what I am a...

© 2022 - 2025 — McMap. All rights reserved.