On Apr 7, 9:53 pm, Eric <[email protected]> wrote:
> How do I add objects to the search results of the Google Maps Store
> Locator?  

Write the code to do that.

> I want to add (in the bubble, not in the "sidebar" a link to
> a more details page (will need to include php code to retrieve info
> from a mysql table to generate the link - like 'echo "<a 
> href='http://www.site.com/locations.php?location_number="; . $row[0] . "'>Click
> Here</a>") and also an icon also dependent on information within a
> mySQL table (an "if($row[x] == 'y') { echo "/icon.jpg"; }")

You will need to understand that some of the processing is done on the
server (if $row...) and some is done in the client.

Where is your map that you tried to do this and ran into trouble?

http://groups.google.com/group/google-maps-api/web/suggested-posting-guidelines
http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical

Alternatively, similar questions have been asked in the past, you can
search for the answer.

  -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.

Reply via email to