Optimized Property

GoogleMap Control Artem.Google

GoogleMap Control Optimized Property
NamespacesArtem.Google.UIMarkerOptionsOptimized
GoogleMap Control v6.0
Gets or sets a value indicating whether this MarkerOptions is optimized. Optimization renders many markers as a single static element. Optimized rendering is enabled by default. Disable optimized rendering for animated GIFs or PNGs, or when each marker must be rendered as a separate DOM element (advanced usage only).
Declaration Syntax
C# Visual Basic
public Nullable<bool> Optimized { get; set; }
Public Property Optimized As Nullable(Of Boolean)
	Get
	Set
Value
true if optimized; otherwise, false.

Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)