Authored by Justin R. Miller

updated RouteMe.h to include all existing headers

... ... @@ -28,11 +28,44 @@
// The list of header files for more convenient Route-Me import to projects.
// (in alphabetic order)
// P.S. The list isn't full. Need to add missing header files, when required
#import "NSUserDefaults+RouteMe.h"
#import "RMAbstractMercatorTileSource.h"
#import "RMAbstractWebMapSource.h"
#import "RMAnnotation.h"
#import "RMCacheObject.h"
#import "RMCircle.h"
#import "RMConfiguration.h"
#import "RMCoordinateGridSource.h"
#import "RMDBMapSource.h"
#import "RMDatabaseCache.h"
#import "RMFoundation.h"
#import "RMFractalTileProjection.h"
#import "RMGenericMapSource.h"
#import "RMGlobalConstants.h"
#import "RMMBTilesSource.h"
#import "RMMapBoxSource.h"
#import "RMMapLayer.h"
#import "RMMapOverlayView.h"
#import "RMMapQuestOSMSource.h"
#import "RMMapQuestOpenAerialSource.h"
#import "RMMapScrollView.h"
#import "RMMapTiledLayerView.h"
#import "RMMapView.h"
#import "RMMapViewDelegate.h"
#import "RMMarker.h"
#import "RMMemoryCache.h"
#import "RMNotifications.h"
#import "RMOpenCycleMapSource.h"
#import "RMOpenSeaMapLayer.h"
#import "RMOpenSeaMapSource.h"
#import "RMOpenStreetMapSource.h"
#import "RMPath.h"
#import "RMPixel.h"
#import "RMProjection.h"
#import "RMQuadTree.h"
#import "RMShape.h"
#import "RMTile.h"
#import "RMTileCache.h"
#import "RMTileImage.h"
#import "RMTileSource.h"
#import "RMAbstractWebMapSource.h"
#import "NSUserDefaults+RouteMe.h"
#import "RMTileSourcesContainer.h"
... ...