Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
//
//  SFAPercorso.h
//  SafariArte
//
//  Created by IntellitronikaUser on 11/06/15.
//  Copyright (c) 2015 Nextrek. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface SFAPercorso : NSObject

@property (nonatomic, strong) NSString *routeId;
@property (nonatomic, strong) NSString *routeLabel;
@property (nonatomic, strong) NSString *routeMap;
@property (nonatomic, strong) NSArray *routeLength;
@property (nonatomic) BOOL routeEnable;
@property (nonatomic, strong) NSString *routeFileImg;
@property (nonatomic, strong) NSString *routeImg2;
@property (nonatomic, strong) NSString *routeWeight;
@property (nonatomic, strong) NSString *routeCountryId;
@property (nonatomic, strong) NSString *routeAreaId;
@property (nonatomic, strong) NSString *routeCityId;
@property (nonatomic, strong) NSString *coordLatitudeSx;
@property (nonatomic, strong) NSString *coordLatitudeDx;
@property (nonatomic, strong) NSString *coordLongitudeSx;
@property (nonatomic, strong) NSString *coordLongitudeDx;

@property (nonatomic, strong) NSString *routeDescription;
@property (nonatomic, strong) NSArray* routeDuration;
@property (nonatomic, strong) NSString *routeFileImageMap;
@property (nonatomic, strong) NSString *routePrice;
@property (nonatomic, strong) NSMutableArray *routePois;
@property (nonatomic, strong) NSMutableArray *questions;
@property (nonatomic) BOOL routePurchased;
@property (nonatomic, strong) NSString *weight;
@property (nonatomic, strong) NSString *urDateEnd;
@property (nonatomic, strong) NSString *urDateStart;
@property (nonatomic, strong) NSString *urDateStartTimeStamp;
@property (nonatomic, strong) NSString *urDetails;
@property (nonatomic, strong) NSString *urScore;
@property (nonatomic) NSInteger urStatus;

@property (nonatomic) BOOL completed;

@end

Commits for Nextrek/iOS/SafariArte/trunk/SafariArte/DataModel/SFAPercorso.h

Diff revisions: vs.
Revision Author Commited Message
530 Diff Diff FAquili picture FAquili Mon 24 Aug, 2015 10:51:56 +0000

Bug fixing

489 Diff Diff PBonamassa picture PBonamassa Mon 10 Aug, 2015 13:50:41 +0000
488 Diff Diff PBonamassa picture PBonamassa Mon 10 Aug, 2015 12:12:43 +0000

added new images

419 Diff Diff FPompili picture FPompili Wed 22 Jul, 2015 11:15:17 +0000

added order by lenght and duration inside routesvc

385 Diff Diff FPompili picture FPompili Fri 17 Jul, 2015 14:45:51 +0000

added auto conversion km->mile

244 Diff Diff FPompili picture FPompili Thu 09 Jul, 2015 14:35:22 +0000

added RouteQuestions

232 Diff Diff FPompili picture FPompili Wed 08 Jul, 2015 16:03:11 +0000

added timestamp date

212 Diff Diff FAquili picture FAquili Mon 06 Jul, 2015 15:27:53 +0000

PoiVc

206 Diff Diff PBonamassa picture PBonamassa Mon 06 Jul, 2015 12:52:25 +0000

set Router Duration, set Route Length , valori di durata e lunghezza nelle view “RouteVC” e “RoutesDetailVC”.

202 FAquili picture FAquili Fri 03 Jul, 2015 21:10:04 +0000

new images