GPS LACT.DE UG-200

Now I want to write a code who can give me an alarm when fixed a point (lat/Long) I move out from that point a fixed distance.

The TinyGPS library would be a good place to start. It manages the parsing of the data from the GPS. So, you can simply as for the current latitude and longitude value at any time. There are functions to get the distance between two points (defined by lat/lon).