On May 30, 1:35 am, Mukesh <jato.ka.bha...@gmail.com> wrote:
> I didnt received any response from the team. please reply earlier.

Did you look at the documentation, the samples and the demo gallery?

>
> On May 27, 6:00 pm, Mukesh <jato.ka.bha...@gmail.com> wrote:
>
> > Hello Guys,
>
> > I am working on Google Maps Integration. Actually concept is,
>
> > I have Latitude and Longitude for particular point (400051, Mumbai -
> > i.e zip code and city) and I am administrator and I just put the
> > Location of the Point as reference like "Maharashtra, India" (State,
> > Country). So that Users will be search My point within specified state
> > and country ("Maharashtra, India").
>
> > So I need to do is, whenever users will zoom within specified area and
> > going to near about my point. then Point will appears as Marker. If
> > users will zoom out of the specified area and then it will not display
> > the point anymore at any zoom value or closer view.
>
> > Now I get the zoom value only but could not track that zoom area or
> > closer view contains my point or not.
>
> > I mean, i need to know area where user try to zoom. If user try to
> > zoom Mumbai City, then Marker should be placed at closer view. Please
> > help me on this. If you guys have any ideas. please share with me.

See the documentation on LatLng, LatLngBounds.
something like this in a bounds_changed event listener should work:
map.getBounds().contains(yourLatLng)

  -- Larry

>
> > Looking forward for quick responses.
>
> > Regards,
> > Mukesh

-- 
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to