On Jun 9, 12:21 pm, LF <[email protected]> wrote: > Need help with regards to adding markers > > Hello all, > I am trying to create a small web application using Google maps. In > this application I am using the “google.maps.DirectionsRenderer” class > to render my search results. I am using C# to call google web service > and get the response XML. I am creating the following JS logic on the > fly based on the selected route (if multiple exists). >
> > In the “DirectionServiceResults” (which is the callback function) I am > trying to add custom markers (say for an instance, the beach flag) for > the start and destination. You mean like this: http://www.geocodezip.com/v3_directions_custom_iconsC.html > > My initial thought was to implement this functionality by using > “DirectionsRendererOptions” class. I thought the markerOptions > property accepts an array but it is not. Now I am struggling a lot to > add two beach flags, one for start and one for destination. Can anyone > help me to address this issue? > > My second question is regarding the info windows. Is it possible to > assign a different font for this window? I searched the documentation > but I could not find any property which does that. Use normal html/css to define the fonts. -- Larry > > Unfortunately I do not have a web server to dump a sample html file to > demonstrate this issue. > > Thanks and best regards, > LF -- 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.
