WebSettings.SetGeolocationDatabasePath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the path where the Geolocation databases should be saved.
[Android.Runtime.Register("setGeolocationDatabasePath", "(Ljava/lang/String;)V", "GetSetGeolocationDatabasePath_Ljava_lang_String_Handler")]
public abstract void SetGeolocationDatabasePath (string? databasePath);
[<Android.Runtime.Register("setGeolocationDatabasePath", "(Ljava/lang/String;)V", "GetSetGeolocationDatabasePath_Ljava_lang_String_Handler")>]
abstract member SetGeolocationDatabasePath : string -> unit
Parameters
- databasePath
- String
a path to the directory where databases should be saved.
- Attributes
Remarks
Sets the path where the Geolocation databases should be saved. In order for Geolocation permissions and cached positions to be persisted, this method must be called with a path to which the application can write.
This member is deprecated. Geolocation database are managed by the implementation and calling this method will have no effect.
Java documentation for android.webkit.WebSettings.setGeolocationDatabasePath(java.lang.String)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.