topical media & game development

talk show tell print

#mobile-application-10-DerbyApp-build-iphone-Classes-TiMapRouteAnnotationView.h / h



  
Appcelerator Titanium Mobile Copyright (c) 2010 by DerbyApp, Inc. All Rights Reserved. Licensed under the terms of the Apache Public License Please see the LICENSE included with this distribution for details. WARNING: This is generated code. Modify at your own risk and without support.

  
  include <TiBase.h>
  
  ifdef USE_TI_MAP
  #import <MapKit/MapKit.h>
  
  
  
  @interface TiMapRouteAnnotationView : MKAnnotationView {
  @private
          MKMapView* mapView;
          TiMapRouteViewInternal* internalRouteView;
  }
  
  @property (nonatomic, retain) MKMapView* mapView;
  
  // signal from our view controller that the map region changed. We will need to resize, recenter and 
  // redraw the contents of this view when this happens. 
  -(void) regionChanged;
  
  @end
  
  endif


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.