Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename MapView#removeAllMarkers to MapView#clear #15

Closed
naderio opened this issue Mar 8, 2016 · 3 comments
Closed

rename MapView#removeAllMarkers to MapView#clear #15

naderio opened this issue Mar 8, 2016 · 3 comments

Comments

@naderio
Copy link
Contributor

naderio commented Mar 8, 2016

According to docs public final void clear () "Removes all markers, polylines, polygons, overlays, etc from the map." not just markers.

@dapriett
Copy link
Owner

Changed removeAllMarkers to just remove markers. Added clear method for removing everything.

@ghost
Copy link

ghost commented May 3, 2018

@dapriett can you show me an example hwo to remove all markers from map?
update: i did it with gMap.clear()

@mvilchesb
Copy link

mvilchesb commented Feb 1, 2019

mapView.removeAllMarkers();

Esa función quita todos los marcadores del mapa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants