Proximity example for getmessages
All getmessages requests must be preceded by an initsession request (which contains the getmessage URL), and must be encrypted as described in Get started.
The following request body shows a request for traffic information around the point defined by latitude 48.13322 and longitude 11.58318. The radius is defined in the initsession
request.
<?xml version="1.0" encoding="UTF-8" ?>
<get-messages>
<locations>
<loc lat="48.13322" lon="11.58318"/>
</locations>
</get-messages>