% content_for :head do -%> <%= javascript_include_tag "https://maps.googleapis.com/maps/api/js?sensor=false" %> <%= javascript_include_tag "map_marker" %> <% end -%>
No events found.
<% end %>
Location data containing latitude
and longitude
can be posted to this URL:
<%= web_requests_url(user_id: @agent.user_id, agent_id: @agent.id, secret: @agent.options['secret']) %>
The data can also include radius
, speed
, and course
values.