Authored by Obrand69

Added delegate in MapView Target

1 -//  
2 -// RMTilesUpdateDelegate.h  
3 -//  
4 -// Created by Olivier Brand.  
5 -// Copyright 2008 __MyCompanyName__. All rights reserved.  
6 -//  
7 -  
8 -#import <UIKit/UIKit.h>  
9 -  
10 -  
11 -@protocol RMTilesUpdateDelegate  
12 -  
13 -@optional  
14 -  
15 -- (void) regionUpdate: (double) northWestLatitude NWLon:(double) northWestLongitude SELat:(double) southEastLatitude SELon:(double) southEastLongitude;  
16 -  
17 -@end 1 +//
  2 +// RMTilesUpdateDelegate.h
  3 +//
  4 +// Created by Olivier Brand.
  5 +// Copyright 2008 __MyCompanyName__. All rights reserved.
  6 +//
  7 +
  8 +#import <UIKit/UIKit.h>
  9 +
  10 +
  11 +@protocol RMTilesUpdateDelegate
  12 +
  13 +@required
  14 +
  15 +- (void) regionUpdate: (double) northWestLatitude NWLon:(double) northWestLongitude SELat:(double) southEastLatitude SELon:(double) southEastLongitude;
  16 +
  17 +@end
@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
  10 + 090FE3140ECD71A500035FBC /* RMTilesUpdateDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 090FE3130ECD71A500035FBC /* RMTilesUpdateDelegate.h */; };
10 126693040EB76C0B00E002D5 /* RMConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 126692A00EB75C0A00E002D5 /* RMConfiguration.m */; }; 11 126693040EB76C0B00E002D5 /* RMConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 126692A00EB75C0A00E002D5 /* RMConfiguration.m */; };
11 1296F56B0EB8849A00FF25E0 /* RMMarkerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 1296F55F0EB8743500FF25E0 /* RMMarkerStyle.h */; }; 12 1296F56B0EB8849A00FF25E0 /* RMMarkerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 1296F55F0EB8743500FF25E0 /* RMMarkerStyle.h */; };
12 1296F56C0EB8849B00FF25E0 /* RMMarkerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 1296F5600EB8743500FF25E0 /* RMMarkerStyle.m */; }; 13 1296F56C0EB8849B00FF25E0 /* RMMarkerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 1296F5600EB8743500FF25E0 /* RMMarkerStyle.m */; };
@@ -137,7 +138,7 @@ @@ -137,7 +138,7 @@
137 /* Begin PBXFileReference section */ 138 /* Begin PBXFileReference section */
138 090C948B0EC23FCD003AEE25 /* RMMarkerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMMarkerManager.h; sourceTree = "<group>"; }; 139 090C948B0EC23FCD003AEE25 /* RMMarkerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMMarkerManager.h; sourceTree = "<group>"; };
139 090C948C0EC23FCD003AEE25 /* RMMarkerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMMarkerManager.m; sourceTree = "<group>"; }; 140 090C948C0EC23FCD003AEE25 /* RMMarkerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMMarkerManager.m; sourceTree = "<group>"; };
140 - 096B8E350EC93E16004B5B6D /* RMTilesUpdateDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMTilesUpdateDelegate.h; sourceTree = "<group>"; }; 141 + 090FE3130ECD71A500035FBC /* RMTilesUpdateDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMTilesUpdateDelegate.h; sourceTree = "<group>"; };
141 1266929F0EB75C0A00E002D5 /* RMConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMConfiguration.h; sourceTree = "<group>"; }; 142 1266929F0EB75C0A00E002D5 /* RMConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMConfiguration.h; sourceTree = "<group>"; };
142 126692A00EB75C0A00E002D5 /* RMConfiguration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMConfiguration.m; sourceTree = "<group>"; }; 143 126692A00EB75C0A00E002D5 /* RMConfiguration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMConfiguration.m; sourceTree = "<group>"; };
143 1296F55F0EB8743500FF25E0 /* RMMarkerStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMMarkerStyle.h; sourceTree = "<group>"; }; 144 1296F55F0EB8743500FF25E0 /* RMMarkerStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMMarkerStyle.h; sourceTree = "<group>"; };
@@ -523,7 +524,7 @@ @@ -523,7 +524,7 @@
523 B8C9740D0E8A196E007D16AD /* Map */ = { 524 B8C9740D0E8A196E007D16AD /* Map */ = {
524 isa = PBXGroup; 525 isa = PBXGroup;
525 children = ( 526 children = (
526 - 096B8E350EC93E16004B5B6D /* RMTilesUpdateDelegate.h */, 527 + 090FE3130ECD71A500035FBC /* RMTilesUpdateDelegate.h */,
527 B8C9740E0E8A198F007D16AD /* README.txt */, 528 B8C9740E0E8A198F007D16AD /* README.txt */,
528 B8C974690E8A1A50007D16AD /* RMMapView.h */, 529 B8C974690E8A1A50007D16AD /* RMMapView.h */,
529 B8C9746A0E8A1A50007D16AD /* RMMapView.m */, 530 B8C9746A0E8A1A50007D16AD /* RMMapView.m */,
@@ -614,6 +615,7 @@ @@ -614,6 +615,7 @@
614 B8800FF10EC3A237003E9CDD /* RMMarkerManager.h in Headers */, 615 B8800FF10EC3A237003E9CDD /* RMMarkerManager.h in Headers */,
615 B8800FF20EC3A239003E9CDD /* RMMapViewDelegate.h in Headers */, 616 B8800FF20EC3A239003E9CDD /* RMMapViewDelegate.h in Headers */,
616 B8800FF30EC3A23D003E9CDD /* RMConfiguration.h in Headers */, 617 B8800FF30EC3A23D003E9CDD /* RMConfiguration.h in Headers */,
  618 + 090FE3140ECD71A500035FBC /* RMTilesUpdateDelegate.h in Headers */,
617 ); 619 );
618 runOnlyForDeploymentPostprocessing = 0; 620 runOnlyForDeploymentPostprocessing = 0;
619 }; 621 };