Created application for mapping but without using googlemap API..
am 04.12.2007 07:43:58 von ChetanaHello,
I have created one mapping application in asp.net but it doesnot
uses
google map and its functions for displaying map and points(vehicles
in
it )
I have displayed the map.And also the points on it .For this I have
creted one div which displays the map and I have created
divs(multiple
divs) for points .
Div positions are absolute.
Now I want to call one function which will display that vehicles
information on mouseover of all these divs which are in for
loop(means
for multiple points ).I have done that but my one point is displayed
by default and after that the function will give me warning .
so what needs to be returned by this function.
Also I have tried it on mousemove of main div which has map in
it .and
it works but in the same function i have removed the added points so
that it willnot display the info on mouseover but this removal is not
working as expected.
Also if i want to zoom the map on the location which i have selected
what will be the basic logic for this.
Thanks
Chetana