Click or drag to resize

MapLocalizer Class

Override this class to implement a custom localizer.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.LocalizationMapLocalizer

Namespace:  Ptv.XServer.Controls.Map.Localization
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class MapLocalizer

The MapLocalizer type exposes the following members.

Constructors
  NameDescription
Public methodMapLocalizer
Initializes a new instance of the MapLocalizer class
Top
Methods
  NameDescription
Public methodGetLocalizedString
Override this method to use a custom localization.
Public methodStatic memberGetString
Gets the localizes string for a MapStringId.
Top
Fields
  NameDescription
Public fieldStatic memberActive
The active localizer used by the map controls.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also