![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
ThingSmartCityModel is used to save a city base info. More...
#import <ThingSmartCityModel.h>
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... | |
ThingSmartCityModel is used to save a city base info.
Definition at line 10 of file ThingSmartCityModel.h.
|
readwritenonatomiccopy |
Area or city, like a county.
Definition at line 28 of file ThingSmartCityModel.h.
|
readwritenonatomicstrong |
The city name.
Definition at line 16 of file ThingSmartCityModel.h.
|
readwritenonatomicassign |
The city id.
Definition at line 13 of file ThingSmartCityModel.h.
|
readwritenonatomiccopy |
The city info , achieved from map, for temporary storage.
Definition at line 19 of file ThingSmartCityModel.h.
|
readwritenonatomiccopy |
Chinese pinyin for city.
Definition at line 31 of file ThingSmartCityModel.h.
|
readwritenonatomiccopy |
The province or state name.
Definition at line 34 of file ThingSmartCityModel.h.
|
readwritenonatomicassign |
The city latitude, set by mapView centerCoordinate.
Definition at line 22 of file ThingSmartCityModel.h.
|
readwritenonatomicassign |
The city longitude, set by mapView centerCoordinate.
Definition at line 25 of file ThingSmartCityModel.h.