Snoggletog
Posts: 60
|
| Posted: 03/30/2012, 3:38 PM |
|
While I hope that Codechargetools.com will upgrade their tool collection, I do not really trust the silence coming from their end. Sent several emails to find out what is planned with their tools.
I am in desperate need for a Google Maps API v3 solution which works with CCS 5 and ASP.net C# Inmotion.
Any ideas or suggestions ??? Would also be willing to pay for help incorporating Google Maps API v3.
|
 |
 |
Lucius
Posts: 220
|
| Posted: 03/30/2012, 11:12 PM |
|
Hi,
I am also working on a project that will need to use google maps api v3. I have approached this differently though...
I have analysed how the API works and if you have a specific use-case or business need that needs to be done with API it shouldn't be difficult to do it in plain CCS. You can dynamically build JS server-side and then output it on the web page.
For my use-case I will need to implement displaying up to 15 markers on map, each could be a custom icon and on click/hover would display info box with some HTML inside <- all this depending on items displayed in plain CCS grid. I would also need to use geolocation, because I will have an address and not gps coordinates.
This is not much, so I doubt there will be much problem developing this in few MD.
On the other hand if someone would do a component that would allow me to fill such use case then I would consider buying it, all depends on price...
|
 |
 |
kollwir
Posts: 2
|
| Posted: 04/08/2012, 2:04 PM |
|
i have recently implemented google maps v3.
i did it manually. learned how to work directly with their javascript api. it took me a little while.
my advice is to learn how to work with the api - it's the best way to get exactly what you need for your specific needs.
there are many examples at google developer section.
contact me if you need some directions.
|
 |
 |
buzz
Posts: 11
|
| Posted: 04/14/2012, 7:03 PM |
|
A nice tutorial is at http://www.wikihow.com/Geocode-an-Address-in-Google-Maps-Javascript
|
 |
 |
|