Please Wait

Loading..

Geo-location and Maps

Track your device location with realtime

Yalgaar provides realtime messaging framework for location based appliction, without request-response/polling, track your geolocation data from any number of device and show tracking information on application's map.

Publish Data from any device

yalgaar.PublishMessage({
 ChannelName: 'DeviceMap',
 Message: 
'{
  "latitude": 51.35806  ,
  "longitude": 10.72266 
 }'
});