[android-developers] Re: Adding overlay items between two overlay items

2011-05-14 Thread ingy abbas
I want to play a pacman real life game so i want to be able to eat the
overlay points ( vitamin ) now i need the normal points !! so this
normal points i want them to be added betweeen vitamin points
electronics (automatically ) wizout getting every location and enter
the point manually

On May 14, 9:31 pm, TreKing treking...@gmail.com wrote:
 On Sat, May 14, 2011 at 2:26 PM, ingy abbas ingy.abba...@gmail.com wrote:
  If I Want it like this  @  the 2 over lay items added and i want to add
  other overlay items between them !!

 What?

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Adding overlay items between two overlay items

2011-05-14 Thread TreKing
On Sat, May 14, 2011 at 2:40 PM, ingy abbas ingy.abba...@gmail.com wrote:

 I want to play a pacman real life game so i want to be able to eat
 the overlay points ( vitamin ) now i need the normal points !! so
 this normal points i want them to be added betweeen vitamin
 points electronics (automatically ) wizout getting every location and
 enter the point manually


I have no idea what you're talking about.

But if you're saying you have

@ @

on a map and you want:

@ - - - - - - - - - - - - @

Then all you need is another itemized overlay with the - image with enough
items to draw the dashes, which you would add exactly as you have already
added the first two points.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Adding overlay items between two overlay items

2011-05-14 Thread ingy abbas
can i take the average of the lat of both overlay item location then
add them then divide by 2 then the point will appear between them !!

On May 14, 10:04 pm, TreKing treking...@gmail.com wrote:
 On Sat, May 14, 2011 at 2:40 PM, ingy abbas ingy.abba...@gmail.com wrote:
  I want to play a pacman real life game so i want to be able to eat
  the overlay points ( vitamin ) now i need the normal points !! so
  this normal points i want them to be added betweeen vitamin
  points electronics (automatically ) wizout getting every location and
  enter the point manually

 I have no idea what you're talking about.

 But if you're saying you have

 @                         @

 on a map and you want:

 @ - - - - - - - - - - - - @

 Then all you need is another itemized overlay with the - image with enough
 items to draw the dashes, which you would add exactly as you have already
 added the first two points.

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Adding overlay items between two overlay items

2011-05-14 Thread TreKing
On Sat, May 14, 2011 at 3:10 PM, ingy abbas ingy.abba...@gmail.com wrote:

 can i take the average of the lat of both overlay item location then
 add them then divide by 2 then the point will appear between them !!


Sure !! Why not !!

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en