how to get image full path from WP_Post Object?

Use :

 $img = wp_get_attachment_image_src( get_post_thumbnail_id(get_the_ID()), 'full' );

 $img_src = $img[0];

refer this : http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src