Class MapTile
Information used to render a map tile image in the proper location on a map.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class MapTile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageUrl
URL to an image file containing an office layout of the user's location for their organization, if one is available. For google.com, this image is from Corp Campus Maps.
Declaration
[JsonProperty("imageUrl")]
public virtual SafeUrlProto ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
SafeUrlProto |
TileX
Map tile x coordinate
Declaration
[JsonProperty("tileX")]
public virtual double? TileX { get; set; }
Property Value
Type | Description |
---|---|
double? |
TileY
Map tile y coordinate
Declaration
[JsonProperty("tileY")]
public virtual double? TileY { get; set; }
Property Value
Type | Description |
---|---|
double? |