Click or drag to resize

CefRuntimeGetGeolocation Method

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:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool GetGeolocation(
	CefGetGeolocationCallback callback
)

Parameters

callback
Type: Internal.Xilium.CefGlueCefGetGeolocationCallback

Return Value

Type: Boolean
See Also