Need help selecting and moving a single feature

253
1
05-22-2012 07:37 AM
AleksiMajander
New Contributor
Hey,

After i have created a new feature with

Graphic g = mil.createFeatureWithTemplate(myLoc, mapPoint);
l.applyEdits(new Graphic[] { g }, null, null, new CallbackListener<FeatureEditResult[][]>() {
      public void onError(Throwable e) {

      }

      public void onCallback(
       FeatureEditResult[][] objs) {
      }
     });


Next I want to select this feature and move to new point. How should i do that? A code snippet would help me alot, since samples dont seem to cover this.
0 Kudos
1 Reply
MarkHorsell
New Contributor
Did you find a solution? I'm struggling with this too, seems like it should be simple yet maybe its not even possible!?
0 Kudos