Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does foursquare add a custom image annotation on their Open Graph map?

When foursquare works with Open Graph after a user has performed a checkin on their application (and assuming said user is linked to Facebook), foursquare posts to Open Graph a sample of this checkin data. What's interesting is that they do not have a standard map. Their map has a pin point on it in which an annotation embeds a custom image. It looks a little something like this:

enter image description here

I'm curious how this is done? I can get a regular map to show up with a pin point or a simple image view, but I can't get this custom annotation embedded within a map view.

From what I can tell, there is nothing in the documentation which shows how to further customize the Map layout or add any additional meta data to a GeoPoint object in order to get this additional functionality.

like image 613
randombits Avatar asked May 12 '12 16:05

randombits


1 Answers

It's currently only in use by Foursquare - effectively it's a test right now.

There are plans to open it up more widely but there's nothing to announce right now - it'll be announced on the blog when opened up further - https://developers.facebook.com/blog/

like image 138
Igy Avatar answered Nov 03 '22 01:11

Igy