@veeroute/lss-studio-angular
Version:
OpenAPI client for @veeroute/lss-studio-angular
34 lines (33 loc) • 796 B
TypeScript
/**
* VRt.Studio [ST]
*
* The version of the OpenAPI document: 7.18.2755
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
import { GeopointStudio } from './geopoint';
/**
* Geopoint for map.
*/
export interface WebLocationGeopointStudio {
[key: string]: any | any;
geopoint: GeopointStudio;
/**
* Location key, unique identifier.
*/
location_key: string;
/**
* Name, information field.
*/
name?: string;
/**
* The name of the icon. Obtained from the value of the location attribute with the key `ICON_NAME`.
*/
icon_name?: string | null;
/**
* Flag indicating the presence of links to the location.
*/
linked: boolean;
}