Skip to content

Posts from the ‘External API’ Category

23
Apr
2008

Facebook Friend Geocoder

I’m very excited about the MapQuest API and all the possibilities it offeres developers for creating mapping applications. I wanted to test the API and sharpen my own skills, so over the past few days I’ve been working on a Facebook geocoding application that will put any of your friends with current locations set on a Mapquest map.

It may be because I’m using a free developers license key, but I’ve noticed a few of the locations aren’t geocoding properly. For example, Roseville MN is turning up Roseville California.

I haven’t submitted the application to the Facebook library yet, but feel free to try it out and post any feedback you have either here or on the application about page.
**Update 10/24/2010: This is totally broken now **

4 Comments
13
Mar
2008

Speaking At FlashMN on Wednesday March 19

I will be speaking on developing MapQuest’s TripPix application (formerly MapMyPix) at the next FlashMN users group on Wednesday, March 19th. For those of you unfamiliar with the FlashMN users group, it meets at 7 on the third Wednesday of each month at Easel Training in Saint Paul.

The talk will include information on building application using the MapQuest Advantage API, AIR and Flex Builder 3.

No Comments
26
Mar
2007

Flexing My Flex Muscles

Now, for those who actually come and read my blog (I get a whopping 20 hits a day!) you may be wondering why the delay in posts… Don’t worry, this isn’t going to be one of those blogs that gets a few updates in the first few weeks then disappears into oblivion. I’ve been coding like crazy in Flex and trying to write my first component! Ok… make that components, because the main one I’m trying to create actually involves quite a few mini-components and classes built into it.

I’m trying to make an image viewer that connects to a users Flickr account, grabs 100 images or so, and displays them in a rotating circle, with the one selected displaying in the middle. The image selected will also magnify slightly, as well as the ones next to it (in a sort of Fish-Eye view but not quite that advanced at the moment). Well, I’ve gotten a good start, and having some 600+ lines of code written! It may not look like much, but you can see the of it start here.

A few things I’m having issues with… I can hear a COMPLETE event when the image is loaded, but for some reason the width/height/x/y values aren’t initalized yet. When the image is done loading, I want to move the Images so their registration point is actually in the center of the clip, not the top left corner, but without those values initialized when the image loads I’m at a loss! If anyone has suggestions on what I’m doing wrong, I’d love to hear them!

One Comment