Skip to main content
A newer version of this page is available. .

MapsAspNetModule.GoogleStaticApiKey Property

Specifies the Google Maps Static API key.

Namespace: DevExpress.ExpressApp.Maps.Web

Assembly: DevExpress.ExpressApp.Maps.Web.v19.1.dll

Declaration

[DefaultValue("")]
public string GoogleStaticApiKey { get; set; }

Property Value

Type Default Description
String String.Empty

A string which is the Google Maps Static API key.

See Also