/**
 * CloudHospital Api
 * CloudHospital application with Swagger, Swashbuckle, and API versioning.
 *
 * The version of the OpenAPI document: 2
 * Contact: developer@icloudhospital.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @interface LocationModel
 */
export interface LocationModel {
    /**
     *
     * @type {number}
     * @memberof LocationModel
     */
    'latitude'?: number;
    /**
     *
     * @type {number}
     * @memberof LocationModel
     */
    'longitude'?: number;
    /**
     *
     * @type {string}
     * @memberof LocationModel
     */
    'countryId'?: string;
    /**
     *
     * @type {string}
     * @memberof LocationModel
     */
    'countryName'?: string | null;
    /**
     *
     * @type {string}
     * @memberof LocationModel
     */
    'countryCode'?: string | null;
    /**
     *
     * @type {string}
     * @memberof LocationModel
     */
    'state'?: string | null;
    /**
     *
     * @type {string}
     * @memberof LocationModel
     */
    'county'?: string | null;
    /**
     *
     * @type {string}
     * @memberof LocationModel
     */
    'city'?: string | null;
    /**
     *
     * @type {string}
     * @memberof LocationModel
     */
    'district'?: string | null;
    /**
     *
     * @type {string}
     * @memberof LocationModel
     */
    'zipCode'?: string | null;
    /**
     *
     * @type {string}
     * @memberof LocationModel
     */
    'address'?: string | null;
    /**
     *
     * @type {string}
     * @memberof LocationModel
     */
    'googlePlaceId'?: string | null;
    /**
     *
     * @type {string}
     * @memberof LocationModel
     * @deprecated
     */
    'country'?: string | null;
}
//# sourceMappingURL=location-model.d.ts.map