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

map.removeEventListener? #105

Closed
jskidd3 opened this issue Jun 10, 2014 · 9 comments
Closed

map.removeEventListener? #105

jskidd3 opened this issue Jun 10, 2014 · 9 comments
Milestone

Comments

@jskidd3
Copy link

jskidd3 commented Jun 10, 2014

Is it possible for us to remove event listeners? We desperately need this feature in our application.

Thanks

@wf9a5m75
Copy link
Member

Oh, I didn't write the "addEventListener()", "on()", "removeEventListener()", "off()", "addEventListenerOnce()" and "one()" in the wiki page.
It's already have these methods.

The "on()" method equals with "addEventListener()".
The "off()" method equals with "removeEventListener()".
The "one()" method equals with "addEventListener()", but only works at one time.

@wf9a5m75
Copy link
Member

I will export the BaseClass in v1.1.3.

wf9a5m75 added a commit that referenced this issue Jun 10, 2014
@jskidd3
Copy link
Author

jskidd3 commented Jun 14, 2014

Is there by any chance a trigger method also? If not would it be possible to add?

@wf9a5m75
Copy link
Member

trigger method is already available.
On Jun 13, 2014 5:09 PM, "Joel" notifications@github.com wrote:

Is there by any chance a trigger method also? If not would it be possible
to add?


Reply to this email directly or view it on GitHub
#105 (comment)
.

@jskidd3
Copy link
Author

jskidd3 commented Jun 14, 2014

Is it just map.trigger(plugin.google.maps.event.CAMERA_IDLE) or something else? Couldn't find it in the Wiki

Thanks

@wf9a5m75
Copy link
Member

map, marker, polyline, polygon, circle kmllayer, groundoverlay, and
tileoverlays are available.
On Jun 13, 2014 5:24 PM, "Joel" notifications@github.com wrote:

Is it just map.trigger("CAMERA_IDLE") or something else? Couldn't find it
in the Wiki

Thanks


Reply to this email directly or view it on GitHub
#105 (comment)
.

@jskidd3
Copy link
Author

jskidd3 commented Jun 14, 2014

@wf9a5m75 Great stuff it's working now thanks! Also, I just noticed your wedding picture! Congratulations!

@wf9a5m75
Copy link
Member

thanks
On Jun 13, 2014 5:27 PM, "Joel" notifications@github.com wrote:

@wf9a5m75 https://github.com/wf9a5m75 Great stuff it's working now
thanks! Also, I just noticed your wedding picture! Congratulations!


Reply to this email directly or view it on GitHub
#105 (comment)
.

wf9a5m75 added a commit that referenced this issue Jul 4, 2014
@wf9a5m75 wf9a5m75 closed this as completed Jul 5, 2014
wf9a5m75 added a commit that referenced this issue Mar 1, 2015
wf9a5m75 added a commit that referenced this issue Mar 1, 2015
@francoro
Copy link

francoro commented Aug 2, 2017

The "off()" method equals with "removeEventListener()".

Is this method available in ionic native in the version of the plugin ^1.4.0 ?

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