View Source GoogleApi.CloudSearch.V1.Model.MapTile (google_api_cloud_search v0.22.0)

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

Attributes

  • imageUrl (type: GoogleApi.CloudSearch.V1.Model.SafeUrlProto.t, default: nil) - 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.
  • tileX (type: float(), default: nil) - Map tile x coordinate
  • tileY (type: float(), default: nil) - Map tile y coordinate

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.MapTile{
  imageUrl: GoogleApi.CloudSearch.V1.Model.SafeUrlProto.t() | nil,
  tileX: float() | nil,
  tileY: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.