[android-developers] Re: Problem Loading multiple markers on same location

2011-05-30 Thread Akshay Dave
No Google won't do it for you..did you look at discussion forum?..I think
they have shared one example there

On Mon, May 30, 2011 at 4:25 PM, NB Books  wrote:

> The real answer has to do with "clustering" icons based on proximity, and
> tabbed infowindows.
>
> I store my geocoded addresses in SQL and use PHP to echo the var markers
> code lines.
>
> I don't know MySQL/PHP that well that I can sort the lat and lng columns
> and find those that are the same, then build a cluster icon.  I don't know
> java to do that.   I don't know java more than enough to put lines of code
> together from examples.
>
> I just wish Google had a setting that automatically did clustering
> of markers with same lat & lng for us.
>
> And the next thing I am trying to figure out how to do: have a html list of
> the marker place names in one TD where the text hyperlinks to the marker and
> opens its infowindow.
>
> Just like Google Maps does with you use it manually.
>
>
>
> On May 30, 2011, at 10:06 PM, Akshay Dave wrote:
>
>I have found the discussion on the same problem I had...
>
>  Here it is Issue log and solution -
> http://groups.google.com/group/Google-Maps-API/browse_thread/thread/23d5467e4211c143#
>
> So what you do is make offset for each marker on same lat/lang on hover...
>
>Hope it helps
>
> Akshay
>
> On Sun, May 29, 2011 at 1:26 PM, NB Books  wrote:
>
>> Could you share?
>>
>> I have the same problem.  Multiple people with same lat/lng, only the
>> "last" person in the Array gets in the InfoWindow for the marker at
>> that point.
>>
>>
>>
>> On Feb 22, 4:23 am, Akshay Dave  wrote:
>> > I figured it out...thanks anyways..!
>> >
>> >
>> >
>> > On Mon, Feb 21, 2011 at 1:18 PM, Akshay Dave  wrote:
>> > > Hi,
>> > >   I am currently doing mashup of linkedin and google map API using
>> > > PHP/mysql
>> >
>> > >   I use following code snippet to plot the markers on google map
>> > >  http://code.google.com/apis/maps/articles/phpsqlajax.html
>> >
>> > >   So I get city/state from linked in and not address. Sometimes it
>> happens
>> > > that multiple profile have same city and state(more than 20)
>> >
>> > >   Hence it is kind of challenge for me to load markers for multiple
>> > > profiles with same city.
>> >
>> > >I would appreciate any comments/suggestions for the same.
>> >
>> > > Many Thanks
>> > > Akshay
>>
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Problem Loading multiple markers on same location

2011-05-30 Thread Akshay Dave
   I have found the discussion on the same problem I had...

 Here it is Issue log and solution -
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/23d5467e4211c143#

So what you do is make offset for each marker on same lat/lang on hover...

   Hope it helps

Akshay

On Sun, May 29, 2011 at 1:26 PM, NB Books  wrote:

> Could you share?
>
> I have the same problem.  Multiple people with same lat/lng, only the
> "last" person in the Array gets in the InfoWindow for the marker at
> that point.
>
>
>
> On Feb 22, 4:23 am, Akshay Dave  wrote:
> > I figured it out...thanks anyways..!
> >
> >
> >
> > On Mon, Feb 21, 2011 at 1:18 PM, Akshay Dave  wrote:
> > > Hi,
> > >   I am currently doing mashup of linkedin and google map API using
> > > PHP/mysql
> >
> > >   I use following code snippet to plot the markers on google map
> > >  http://code.google.com/apis/maps/articles/phpsqlajax.html
> >
> > >   So I get city/state from linked in and not address. Sometimes it
> happens
> > > that multiple profile have same city and state(more than 20)
> >
> > >   Hence it is kind of challenge for me to load markers for multiple
> > > profiles with same city.
> >
> > >I would appreciate any comments/suggestions for the same.
> >
> > > Many Thanks
> > > Akshay
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en