mikelustosa / Projeto-TInject

Projeto TInject
247 stars 132 forks source link

location change event for shared location #10

Closed tueddy closed 4 years ago

tueddy commented 4 years ago

Hi,

first thank's for sharing this nice project! SendLocation works fine but i want the other way arround: WA user can share it's live location for example for 1 hour. Is it possible to get the shared location in browser/Delphi event?

Best Dirk

tueddy commented 4 years ago

OK, i managed by my self:

JSON.stringify(window.Store.LiveLocation.get(chatId).participants.validLocations());

returns array of active location shares, interesting fields are id, lat, lng, accuracy, degrees, speed and lastUpdated.

Best Dirk