gregt
Posts: 0
Joined: Mon Jan 12, 2015 11:04 am

Google maps markerclusterer

I have an app that is mapping multiple markers on Gmap. The markers data comes from a db that contains lat and long. I map the markers using js as in https://getsatisfaction.com/apperyio/....
any idea of how to make clusters ??
thnx
Gregory

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Google maps markerclusterer

Hi Gregory,

Unfortunatly it's not clear about your problem.

But it seems you want to implement the same as described in following tutorial:

http://devcenter.appery.io/tutorials/...

Regards

gregt
Posts: 0
Joined: Mon Jan 12, 2015 11:04 am

Google maps markerclusterer

That part works. the map and the markers are working ok . what i need is to do something like that
http://google-maps-utility-library-v3...

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Google maps markerclusterer

Hi Gregt,

Unfortunatly we don't have such example..

But you can use that(given by you example) to implement it with google maps api v3.

Here is how you can use google maps api v3 in Appery.io app: http://devcenter.appery.io/tutorials/...

Regars.

Bruce Buttles
Posts: 0
Joined: Tue Oct 20, 2015 7:44 pm

Google maps markerclusterer

I need this page that you mentioned (http://devcenter.appery.io/tutorials/...)

You see, I am trying to use the google MarkerClusterer - BUT - I get an error stating that MarkerCluster is not defined when I do this:

markerCluster = new MarkerClusterer(map, markers);

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Google maps markerclusterer

It was updated and moved here https://devcenter.appery.io/tutorials...

Bruce Buttles
Posts: 0
Joined: Tue Oct 20, 2015 7:44 pm

Google maps markerclusterer

Okay, thanks ... I've seen that one before. Specifically, I am looking for information regarding the Google Map "MarkerClusterer".
It is part of the standard Google JS API (http://google-maps-utility-library-v3...)

  • BUT -
    When I try to create a MarkerClusterer object it won't run/compile. Do I have to import an additional library to get the MarkerClusterer to work?
Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Google maps markerclusterer

Hello Bruce,

We are very sorry for the radio silence here!
You have to add markerclusterer lib to your app:
http://google-maps-utility-library-v3...

Please look an example here: https://github.com/danghoangthien/Med...

Return to “Issues”