Vridlo/types/Location

From ALT Linux Wiki
< Vridlo/types
Revision as of 12:21, 5 December 2019 by Majioa (talk | contribs) (Created page with "'''Location''' is a structure that represents Location model. It is described as: * '''recital_id''' is ''string '''mandatory read-only internal''''' Natural identifier of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Location is a structure that represents Location model. It is described as:

  • recital_id is string mandatory read-only internal
 Natural identifier of the Recital. Internally used as link to it.
  • x is float mandatory
X coordinate of the location for the specific grid.
  • y is float mandatory
Y coordinate of the location for the specific grid.
  • grid is string optional
Map grid, which the coordinates belong to. Can be one of yandex, google.
  • titles is Lorem array optional
Array of Lorems, which are used as location titles.