Provides metadata using the Google Earth Enterprise REST API. This is used by the GoogleEarthEnterpriseImageryProvider
 and GoogleEarthEnterpriseTerrainProvider to share metadata requests.
    
| Name | Type | Description | 
|---|---|---|
resourceOrUrl | 
            
            Resource | String | The url of the Google Earth Enterprise server hosting the imagery | 
Members
    True if imagery is available.
- 
    
    
    
    
    
    
    
    
    Default Value:
    
 
true
    
    
    
    
    
    
    
    Key used to decode packets
    Exponent used to compute constant to calculate negative height values.
- 
    
    
    
    
    
    
    
    
    Default Value:
    
 
32
    
    
    
    
    
    
    
    Threshold where any numbers smaller are actually negative values. They are multiplied by -2^negativeAltitudeExponentBias.
- 
    
    
    
    
    
    
    
    
    Default Value:
    
 
EPSILON12
    
    
    
    
    
    
    
    True if imagery is sent as a protocol buffer, false if sent as plain images. If undefined we will try both.
- 
    
    
    
    
    
    
    
    
    Default Value:
    
 
undefined
    
    
    
    
    
    
    
    Dictionary of provider id to copyright strings.
- 
    
    
    
    
    
    
    
    
    Default Value:
    
 
{}
    
    
    
    
    
    
    
    Gets the proxy used for metadata requests.
    Gets a promise that resolves to true when the metadata is ready for use.
readonlyresource : Resource
    Gets the resource used for metadata requests.
    True if terrain is available.
- 
    
    
    
    
    
    
    
    
    Default Value:
    
 
true
    
    
    
    
    
    
    
    Gets the name of the Google Earth Enterprise server.
Methods
    Converts a tile's quadkey used to request an image from a Google Earth Enterprise server into the
(x, y, level) position.
    
| Name | Type | Description | 
|---|---|---|
quadkey | 
            
            String | The tile's quad key | 
- GoogleEarthEnterpriseMetadata#tileXYToQuadKey
 
See:
    Converts a tiles (x, y, level) position into a quadkey used to request an image
from a Google Earth Enterprise server.
    
| Name | Type | Description | 
|---|---|---|
x | 
            
            Number | The tile's x coordinate. | 
y | 
            
            Number | The tile's y coordinate. | 
level | 
            
            Number | The tile's zoom level. | 
- GoogleEarthEnterpriseMetadata#quadKeyToTileXY
 
