KML Files are just XML files. I've dynamically generated them with ASP and ASP.Net. It would be easy to do in PHP as well or just about any other server-side technology.
But before you do that, make sure that the map and the KMLLayers will load in the emulator. Here's an example http://code.google.com/apis/maps/documentation/javascript/examples/layer-kml.html You'll want to look at the Maps API Web Services for getting directions server-side. Chad Killingsworth On Sep 15, 4:44 am, Sam <[email protected]> wrote: > Please give me some server-side > technology which are creating KML. > :-( please help. > > On Sep 15, 1:56 pm, Rossko <[email protected]> wrote: > > > > > > Please give me some sample which is showing direction between 2 points > > > using KML Layer. > > > I don't know of one at all. > > There are probably examples of building KML in whatever server-side > > technology you are using. > > Likewise, using the Directions service server-side. > > And of course examples of displaying KML in client-side maps are > > commonplace. > > Its up to you to develop a solution. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
