ThinkGeo.com    |     Documentation    |     Premium Support

Getting GetTrackingShape for Rectangle

 I am trying to get the features from a RectangleShape and Square and Circle.


This will work for me.  



                Dim myshape As LineShape = LexusMap.TrackOverlay.GetTrackingShape



                Dim myshape As PolygonShape = LexusMap.TrackOverlay.GetTrackingShape

 
This will not work
 

                Dim myshape As RectangleShape = LexusMap.TrackOverlay.GetTrackingShape

 
                Dim myshape As AreaBaseShape = LexusMap.TrackOverlay.GetTrackingShape
 
It returns Nothing


What am i doing Wrong.
Thank You
 



Hello TIM, 
  
 Thanks for your post, TrackOverlay.GetTrackingShape should support RectangleShape and AreaBaseShape, could you please provide a self-contained sample, I can do some test on it. 
  
 Regards, 
  
 Gary

Thanks any way I got it to work. 



Hello TIM, 
  
 I’m glad it’s working, please feel free to let us know your problems. 
  
 Regards, 
  
 Gary