Show / Hide Table of Contents

Class MapInfo

Geo information used for rendering a map that shows the user's work location.

Inheritance
object
MapInfo
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 MapInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Lat

Latitude in degrees

Declaration
[JsonProperty("lat")]
public virtual double? Lat { get; set; }
Property Value
Type Description
double?

LocationUrl

URL to a view of a map centered on the user's work location in Campus Maps (for google.com) or Google Maps (external).

Declaration
[JsonProperty("locationUrl")]
public virtual SafeUrlProto LocationUrl { get; set; }
Property Value
Type Description
SafeUrlProto

Long__

Longitude in degrees

Declaration
[JsonProperty("long")]
public virtual double? Long__ { get; set; }
Property Value
Type Description
double?

MapTile

MapTiles for the area around a user's work location

Declaration
[JsonProperty("mapTile")]
public virtual IList<MapTile> MapTile { get; set; }
Property Value
Type Description
IList<MapTile>

Zoom

The zoom level of the map. A constant zoom value of 18 is used for now to match the zoom of the map shown on a Moma Teams Profile page

Declaration
[JsonProperty("zoom")]
public virtual int? Zoom { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX