At the most fundermental level is is just a question of javascript
coding. Not really anything specific to the API.

Its about how to 'search' data you have in javascript.

Basically you serach you the data you have stored (storing the details
of each marker in an array for example) - then using javascript to
code a search "engine" on that array.

You can make it as simplistic, or as advanced as required for your
application. At the most basic level it could just use string.indexOf
to check each result in a loop. and if matches show the marker on the
map. (perhaps hiding any non-matching results)

On Wed, Aug 31, 2011 at 11:24 AM, mmm <[email protected]> wrote:
> Hi,
>
> How do I search through markers which have I have placed on the map?
> The markers placed are not at places such as restaurants etc, so i
> cannot use the Places api
> I have not been able find any sample code online.
>
> --
> 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.
>
>

-- 
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.

Reply via email to