GithubHelp home page GithubHelp logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024

Original comment by [email protected] on 22 Mar 2013 at 1:29

  • Changed state: Accepted
  • Added labels: Type-Defect

from android-maps-extensions.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024
This appears to be a bug in DelegatingGoogleMap.clear() implementation.

For now you can change map.clear() with the following code:

for (Marker marker : map.getMarkers()) {
    marker.remove();
}

Original comment by [email protected] on 22 Mar 2013 at 1:37

from android-maps-extensions.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024
Issue 2 has been merged into this issue.

Original comment by [email protected] on 24 Mar 2013 at 6:30

from android-maps-extensions.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024

Original comment by [email protected] on 24 Mar 2013 at 6:31

  • Changed title: map.clear() doesn't work properly

from android-maps-extensions.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024
map.clear() should be working as of version 1.1.

Thank you for reporting both issues. I haven't even used clear() before.

Original comment by [email protected] on 24 Mar 2013 at 6:53

  • Changed state: Fixed

from android-maps-extensions.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024
As a side note. Using map.clear() might not be the best choice for now because 
of the bug in Google Play Services library: 
https://code.google.com/p/gmaps-api-issues/issues/detail?id=4703

Original comment by [email protected] on 26 Mar 2013 at 11:34

from android-maps-extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.