hello,
I need to dynamically mark on a map a few locations in the described way:
1. each location should be marked by a circle
2. the center of the circle should be the location (latitude and longtitude)
3. and the radius of the circle needs to be 4KM (4000 meters)
so when the user changes zoom level
the center of the circle should stay on the same exact location
and the radius should change according to the zoom level to reflect a 4KM at all times
i would also like the circles to be drawn dynamically, via code (not static file)
and also fade out after, lets say, 15 seconds
is that possible?
should i use mapshape? or hotspots?
should i use information layer or dynamic layer
i am very confused with all the options
can you please make an example like that?
i need to know if radmap supports such a scenario
and can manage that
thank you very much
i realy hope this can be done..
I need to dynamically mark on a map a few locations in the described way:
1. each location should be marked by a circle
2. the center of the circle should be the location (latitude and longtitude)
3. and the radius of the circle needs to be 4KM (4000 meters)
so when the user changes zoom level
the center of the circle should stay on the same exact location
and the radius should change according to the zoom level to reflect a 4KM at all times
i would also like the circles to be drawn dynamically, via code (not static file)
and also fade out after, lets say, 15 seconds
is that possible?
should i use mapshape? or hotspots?
should i use information layer or dynamic layer
i am very confused with all the options
can you please make an example like that?
i need to know if radmap supports such a scenario
and can manage that
thank you very much
i realy hope this can be done..