CSCI321 - Project Diary

Sunday, October 15

Bubble Profile or also known as Information Window

Well, wrote two new functions that allow me to determine and then write out the details into the info window.

What I do is I initialize using a bubbleProfileInit function, this calls a stored procedure to determine which of the following needed to be displayed for each unit:

  • Friendly Name,
  • Lat,
  • Long,
  • Speed, and
  • Direction.
I then have another function called bubbleProfile that then creates a string based on what the user wants displayed in the info window. These details are added for each marker that gets added to the map.

Shawn

0 Comments:

Post a Comment

<< Home