[]Geolocation.watchPosition

Geolocation.enableHighAccuracy = true;
this.gps_handler = Handler.create(this, this.update_gps);
this.failed_handler = Handler.create(this, this.gps_failed);
this.watch_id = Geolocation.watchPosition(this.gps_handler, this.failed_handler);
this.gps_handler 只会回调一次吗
已邀请:

cuixueying

赞同来自:

Handler.create只会触发一次,用new Handler可以每次都触发!

要回复问题请先

商务合作
商务合作