Show / Hide Table of Contents

Class MapTile

Information used to render a map tile image in the proper location on a map.

Inheritance
object
MapTile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX