Click or drag to resize
BasicGoogleMapsRegisterMapScripts Method
Registers necessary Google javascript files.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public static void RegisterMapScripts(
	Page page,
	string mapId,
	string mainScriptPath
)

Parameters

page
Type: System.Web.UIPage
Page
mapId
Type: SystemString
Map Id
mainScriptPath
Type: SystemString
Map script path
See Also