com.nutiteq.location.providers
Interface LocationDataConnectionProvider

All Known Implementing Classes:
BluetoothAPIDevice

public interface LocationDataConnectionProvider

Interface for object that know how to open connections to location sources.


Method Summary
 LocationDataConnection openConnection(java.lang.String url)
          Open connection with given url
 

Method Detail

openConnection

LocationDataConnection openConnection(java.lang.String url)
                                      throws java.io.IOException
Open connection with given url

Parameters:
url - url for connection
Returns:
return opened connection
Throws:
java.io.IOException - if something went wrong