We have friends adjacency list data like the following, as shown in the
"relation-edges-1" (see the bottom of this question); I have geo-index
member information like the following, as shown in the "person-1" (see the
bottom of this question). And I wanted to visualize the friend relationship
on top of Google Map like what Facebook global social map does (see the
visual effect here:
http://searchengineland.com/figz/wp-content/seloads/2013/05/Facebook-Connections-Graph-Search-1920.png
)
<https://lh3.googleusercontent.com/-N76USVNxWAQ/WcwzFwnyJRI/AAAAAAAAAWY/qaSWvbRjK_o_-MJsV-YqvutIe5nT_3pfgCLcBGAs/s1600/Facebook-Connections-blue-visual.png>
Can I somehow leverage Google Map API to do that? Thanks for sharing your
thoughts and providing some hints around my idea.
relation-edges-1:
{
PersonUUID: 12345678,
friends: [22345678, 32345678, 42345678]
}
person-1:
{
PersonUUID: 12345678,
location: {
"country": "United States",
"countryCode": "US",
"region": "CA",
"regionName": "California",
"city": "San Francisco",
"zip": "94105",
"lat": "37.7898",
"lon": "-122.3942", }
}
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to google-maps-js-api-v3+unsubscr...@googlegroups.com.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
Visit this group at https://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/d/optout.