ThinkGeo.com    |     Documentation    |     Premium Support

Create a point

Hi

I want to create a point in a layer

1, I use TrackOverlay in mode point



androidMap.TrackOverlay.TrackMode = TrackMode.Point;



And just after, I click on the map.

And 

I want to save directly the point in a layer.

I try to use a TrackOverlay Event to know when the feature is ok.

But lots of event are used (TrackStarting,…,TrackEnded) and many times.

Is there a event who is used when the objet is drawed in the TrackOverlay.

Thanks

Laurent M


Hi Laurent, 
  
 TrackEnded should be useful for your scenario. 
  
 Regards, 
  
 Don

Hi Don 
 Yes, I use TrackEnded and when this event is called,I change the TrackMode in None. 
 The result is Ok. 
  
 Thanks 
 Laurent M

Hi, Laurent, Please let us know if any other questions. 
  
 Thanks, 
  
 Troy