CpScriptManagerRegisterGoogleMapsApi(Control, Type, Boolean, Boolean, String, String) Method

Definition

Namespace: Centralpoint.Web.UI.Controls
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static bool RegisterGoogleMapsApi(
	Control control,
	Type type,
	bool sensor,
	bool requiresKey,
	string key,
	string addQueryString = ""
)

Parameters

control  Control
 
type  Type
 
sensor  Boolean
 
requiresKey  Boolean
 
key  String
 
addQueryString  String  (Optional)
 

Return Value

Boolean

See Also