I have a Custom Post Type called "Report." It has some custom fields, including the name of the place where the post has been written.
I would like that when a user saves (or updates) the post from the admin interface, if he did not fill the place name, the system will fill in automatically on the basis of latitude/longitude (using reverse geocoding).
Which hook should I use?