Hi, I'm trying to show the user location map in his profile page, (author.php), but I'm doing something wrong, i'm getting an empty map with no zoom, seems i'ts the default map. I also want to get the full adress of current user.
Here's mi line of code:
<?php echo GeoMashup::location_info( 'fields=address' ); ?>
<?php echo GeoMashup::map("object_name=user&object_id=".$user->ID); ?>