jmelosegui / GooglemapMvc

The control wraps Google maps API simplifying the use of Google maps in ASP.NET MVC applications.
MIT License
116 stars 61 forks source link

Realtime updates #118

Closed papyr closed 8 years ago

papyr commented 8 years ago

Hi @jmelosegui nice work :+1:

I have been playing with this sample here can you please share me some guidance on how to show realtime updates while truck moving. I have tried with signalR 2

Also, how to check bounding box, car/truck is out of box area.

thanks Papi

jmelosegui commented 8 years ago

SignalR should work but that is an interaction between the server and the javascript on the client and has less to do with this MVC control.

Regarding the bounding box check out the FitToMarkersBounds sample.

Thanks for your feedback.