CefGetGeolocationAsync Method |
Version 55.0.0
Request a one-time geolocation update.
This function bypasses any user permission checks so should only be
used by code that is allowed to access location information.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public static Task<Geoposition> GetGeolocationAsync()
public:
static Task<Geoposition^>^ GetGeolocationAsync()
Return Value
Type:
TaskGeoposition[Missing <returns> documentation for "M:CefSharp.Cef.GetGeolocationAsync"]
See Also