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