Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7933139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T21:14:14+00:00 2026-06-03T21:14:14+00:00

What techniques does the community use to edit a polygon on a Bing map?

  • 0

What techniques does the community use to edit a polygon on a Bing map?

Thinking of a vector drawing program, you can select a side, add a point to bisect a side, move the point which rubberbands the bisected side, etc.

The use case is the user has drawn a polygon, but they want to adjust it or make tweaks to it once drawn.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T21:14:17+00:00Added an answer on June 3, 2026 at 9:14 pm

    As far as I know, there is no framework implementation for what you want to accomplish that would work “out of the box”. However, all the building blocks are there. You have the Polygon object to represent your polygon on the map. For the sides, you can use the Polyline. For your vertices, you can use the Pushpin. All these shapes have the ability to handle their own mouse events, so with a bit of code and a day’s work you can roll yourself a simple polygon editor.

    The idea is to have a number of Polyline segments(2 vertices each) that surround your polygon. These Polyline segments would have mousedown event handlers on them so when the user clicks on a side, you know where he/she clicked. Using this information, you can now update your Polygon and the surrounding Polylines to include this new vertex.

    For your vertices, you can use pushpins to visualize them. For each vertex, supply the mousedown and mousemove events. When the user clicks on on a vertex, the mousedown will fire. This is your cue that the user wants to move that vertex, so you can enable your mousemove handler for that vertex to take effect. When the user subsequently moves his mouse, you will move the vertex with the mouse, while also updating the polygon and the relevant polylines(or updated all of them if you are lazy).

    Anyway here is what I have done for the project I am working on. It is a roof measurement tool but you can see that it has much of the same functionality you want to achieve, i.e. the user can edit a polygon by moving vertices. This was done using the regular v7 API so you should be able to achieve something similar as well.

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Programming in C, are there any techniques one can use to avoid (or at
Is it using DHCP? DNS? what techniques does it use to return a set
Does the AdentureWorks installer use widely publicised installer techniques, such as a CustomAction ,
What are the different techniques you can use to create instances of Async<'T> in
Does anyone have any advice or techniques for deploying SSIS packages to the Integration
Does anyone know of any best practices or 'standard' techniques for implementing authentication between
What techniques could I use to make my jar file Reverse Engineer proof?
I have implicitly made this a community wiki seeing that the answers can be
Does anybody know of any libraries that use design patterns that are implemented using
Does anyone know any good resource where example (real) data can be downloaded for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.