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
//
//  MapItem.m
//  Location
//
//  Created by Fabrizio on 07/12/12.
//  Copyright (c) 2012 Odyssey. All rights reserved.
//

#import "MapItem.h"

@implementation MapItem

@synthesize indirizzo;
@synthesize numero;
@synthesize lat;
@synthesize lon;
@synthesize distance;
@synthesize richiesta;

@synthesize votes;

- (id) init {
	if(self = [super init]) {
		distance = -1;
	}
	return self;
}

@end

Commits for Nextrek/iOS/Location/Location/MapItem.m

Diff revisions: vs.
Revision Author Commited Message
63 FAquili picture FAquili Sat 18 Jan, 2014 16:59:40 +0000

Parcheggio Roma 1.0