Tuya iOS Smart Life App SDK 5.15.0
ThingSmartCityModel Class Reference

ThingSmartCityModel is used to save a city base info. More...

#import <ThingSmartCityModel.h>

Inheritance diagram for ThingSmartCityModel:

Properties

long long cityId
 The city id. More...
 
NSString * city
 The city name. More...
 
NSString * cityNameFromMap
 The city info , achieved from map, for temporary storage. More...
 
CLLocationDegrees tempLatitude
 The city latitude, set by mapView centerCoordinate. More...
 
CLLocationDegrees tempLongitude
 The city longitude, set by mapView centerCoordinate. More...
 
NSString * area
 Area or city, like a county. More...
 
NSString * pinyin
 Chinese pinyin for city. More...
 
NSString * province
 The province or state name. More...
 

Detailed Description

ThingSmartCityModel is used to save a city base info.

Definition at line 10 of file ThingSmartCityModel.h.

Property Documentation

◆ area

- (NSString *) area
readwritenonatomiccopy

Area or city, like a county.

Definition at line 28 of file ThingSmartCityModel.h.

◆ city

- (NSString *) city
readwritenonatomicstrong

The city name.

Definition at line 16 of file ThingSmartCityModel.h.

◆ cityId

- (long long) cityId
readwritenonatomicassign

The city id.

Definition at line 13 of file ThingSmartCityModel.h.

◆ cityNameFromMap

- (NSString *) cityNameFromMap
readwritenonatomiccopy

The city info , achieved from map, for temporary storage.

Definition at line 19 of file ThingSmartCityModel.h.

◆ pinyin

- (NSString *) pinyin
readwritenonatomiccopy

Chinese pinyin for city.

Definition at line 31 of file ThingSmartCityModel.h.

◆ province

- (NSString *) province
readwritenonatomiccopy

The province or state name.

Definition at line 34 of file ThingSmartCityModel.h.

◆ tempLatitude

- (CLLocationDegrees) tempLatitude
readwritenonatomicassign

The city latitude, set by mapView centerCoordinate.

Definition at line 22 of file ThingSmartCityModel.h.

◆ tempLongitude

- (CLLocationDegrees) tempLongitude
readwritenonatomicassign

The city longitude, set by mapView centerCoordinate.

Definition at line 25 of file ThingSmartCityModel.h.


The documentation for this class was generated from the following files: