Tuya iOS Smart Life App SDK 5.15.0
ThingSmartOutdoorStoreModel Class Reference

store data model More...

#import <ThingSmartOutdoorStoreService.h>

Inheritance diagram for ThingSmartOutdoorStoreModel:

Properties

NSString * identifier
 store id More...
 
NSString * coverUrl
 store picture (not support) More...
 
NSString * venderName
 manufacturer More...
 
NSString * address
 
NSString * phoneNumber
 
NSString * coordType
 coordinate type More...
 
NSInteger distance
 distance between current location and store (unit: m) More...
 
double latitude
 
double longitude
 

Detailed Description

store data model

Definition at line 14 of file ThingSmartOutdoorStoreService.h.

Property Documentation

◆ address

- (NSString *) address
readwritenonatomiccopy

Definition at line 21 of file ThingSmartOutdoorStoreService.h.

◆ coordType

- (NSString *) coordType
readwritenonatomiccopy

coordinate type

Definition at line 24 of file ThingSmartOutdoorStoreService.h.

◆ coverUrl

- (NSString *) coverUrl
readwritenonatomiccopy

store picture (not support)

Definition at line 18 of file ThingSmartOutdoorStoreService.h.

◆ distance

- (NSInteger) distance
readwritenonatomicassign

distance between current location and store (unit: m)

Definition at line 26 of file ThingSmartOutdoorStoreService.h.

◆ identifier

- (NSString *) identifier
readwritenonatomiccopy

store id

Definition at line 16 of file ThingSmartOutdoorStoreService.h.

◆ latitude

- (double) latitude
readwritenonatomicassign

Definition at line 27 of file ThingSmartOutdoorStoreService.h.

◆ longitude

- (double) longitude
readwritenonatomicassign

Definition at line 28 of file ThingSmartOutdoorStoreService.h.

◆ phoneNumber

- (NSString *) phoneNumber
readwritenonatomiccopy

Definition at line 22 of file ThingSmartOutdoorStoreService.h.

◆ venderName

- (NSString *) venderName
readwritenonatomiccopy

manufacturer

Definition at line 20 of file ThingSmartOutdoorStoreService.h.


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