mirror of
https://github.com/KeymonSoft/AdditionalLibs.git
synced 2026-04-17 19:36:30 +00:00
- Librerias que tiene Javy
This commit is contained in:
50
B4A/LocationManager.xml
Normal file
50
B4A/LocationManager.xml
Normal file
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<root>
|
||||
<doclet-version-NOT-library-version>1.00</doclet-version-NOT-library-version>
|
||||
<class>
|
||||
<name>com.rootsoft.locationmanager.LocationManager1</name>
|
||||
<shortname>LocationManager</shortname>
|
||||
<owner>process</owner>
|
||||
<permission>android.permission.ACCESS_COARSE_LOCATION</permission>
|
||||
<permission>android.permission.INTERNET</permission>
|
||||
<permission>android.permission.ACCESS_FINE_LOCATION</permission>
|
||||
<method>
|
||||
<name>Initialize</name>
|
||||
<comment>Initializes the Locationmanager
|
||||
EventName - Events subs prefix.</comment>
|
||||
<returntype>void</returntype>
|
||||
<parameter>
|
||||
<name>ba</name>
|
||||
<type>anywheresoftware.b4a.BA</type>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<name>EventName</name>
|
||||
<type>java.lang.String</type>
|
||||
</parameter>
|
||||
</method>
|
||||
<method>
|
||||
<name>stopGPSListening</name>
|
||||
<comment>Stops listening for the locations.</comment>
|
||||
<returntype>void</returntype>
|
||||
</method>
|
||||
<method>
|
||||
<name>requestMobileLocation</name>
|
||||
<comment>Request the location.
|
||||
LocationChanged, providerdisabled, providerenabled, statuschanged.</comment>
|
||||
<returntype>void</returntype>
|
||||
</method>
|
||||
<method>
|
||||
<name>requestGPSLocation</name>
|
||||
<comment>Request the location.
|
||||
LocationChanged, providerdisabled, providerenabled, statuschanged.</comment>
|
||||
<returntype>void</returntype>
|
||||
</method>
|
||||
<method>
|
||||
<name>stopMobileListening</name>
|
||||
<comment>Stops listening for the locations.</comment>
|
||||
<returntype>void</returntype>
|
||||
</method>
|
||||
</class>
|
||||
<version>1.1</version>
|
||||
<author>XverhelstX</author>
|
||||
</root>
|
||||
Reference in New Issue
Block a user