| GoogleMapSettings Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: VirtualRadar.Interface.Settings
 Syntax
SyntaxThe GoogleMapSettings type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GoogleMapSettings | 
            Creates a new object.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllowCorsDomains | 
            Gets or sets a semi-colon separated list of domains that can access the server's content via CORS.
             | 
|  | ClosestAircraftReceiverId | 
            Gets or sets the receiver to use when the closest aircraft desktop widget asks for details of the closest aircraft.
             | 
|  | DirectoryEntryKey | 
            Gets or sets the key that directory entry requests must contain before the site will respond with directory entry information.
             | 
|  | EnableBundling | 
            Gets or sets a value indicating that the server should bundle multiple CSS and JavaScript files into a single download before serving them.
             | 
|  | EnableCompression | 
            Gets or sets a value indicating that the server should compress responses.
             | 
|  | EnableCorsSupport | 
            Gets or sets a value indicating that the web site should respond to the CORS OPTIONS request.
             | 
|  | EnableMinifying | 
            Gets or sets a value indicating that the server should minify CSS and JavaScript files before serving them.
             | 
|  | FlightSimulatorXReceiverId | 
            Gets or sets the receiver to use with the Flight Simulator X ride-along feature.
             | 
|  | GoogleMapsApiKey | 
            Gets or sets the Google Maps API key to use with the site.
             | 
|  | InitialDistanceUnit | 
            Gets or sets the initial unit used to display distances. This is overridden by the user's own settings after they have viewed the page the first time.
             | 
|  | InitialHeightUnit | 
            Gets or sets the initial unit used to display heights. This is overridden by the user's own settings after they have viewed the page the first time.
             | 
|  | InitialMapLatitude | 
            Gets or sets the initial latitude to show. This is overridden by the user's own settings after they have viewed the page the first time.
             | 
|  | InitialMapLongitude | 
            Gets or sets the initial longitude to show. This is overridden by the user's own settings after they have viewed the page the first time.
             | 
|  | InitialMapType | 
            Gets or sets the initial map type to use (terrain, satellite etc.). This is overridden by the user's own settings after they have viewed the page the first time.
             | 
|  | InitialMapZoom | 
            Gets or sets the initial level of zoom to use. This is overridden by the user's own settings after they have viewed the page the first time.
             | 
|  | InitialRefreshSeconds | 
            Gets or sets the initial refresh period. This is overridden by the user's own settings after they have viewed the page the first time.
             | 
|  | InitialSettings | 
            Gets or sets the initial settings to use for new visitors.
             | 
|  | InitialSpeedUnit | 
            Gets or sets the initial unit used to display speeds. This is overridden by the user's own settings after they have viewed the page the first time.
             | 
|  | MinimumRefreshSeconds | 
            Gets or sets the smallest refresh period that the browser will allow the user to set.
             | 
|  | PreferIataAirportCodes | 
            Gets or sets a value indicating that IATA codes should be used to describe airports whenever possible.
             | 
|  | ProxyType | 
            Gets or sets the type of proxy that the server is sitting behind.
             | 
|  | ShortTrailLengthSeconds | 
            Gets or sets the number of seconds that short trails are to be stored for.
             | 
|  | UseGoogleMapsAPIKeyWithLocalRequests | 
            True if the Google Maps API key should be used for requests from local addresses. This should
            only be switched on if the installation is behind a proxy.
             | 
|  | WebSiteReceiverId | 
            Gets or sets the receiver to show to the user when they visit the web site.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | OnPropertyChanged | 
            Raises PropertyChanged.
             | 
|  | SetFieldT | 
            Sets the field's value and raises PropertyChanged.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | PropertyChanged | 
            See interface docs.
             | 
 See Also
See Also