GPS Forums

Garmin Forum

POI GPX Proximity Alert files

Message
Posted by steven.chaffer3
POI GPX Proximity Alert files

I am unsure of the difference between two of the GPX files in the POI download page.

I have been happily downloading the straight Garmin POI GPX files. They seem to provide proximity alerts as I approach the POIs.

Then I noticed the Garmin GPX (proximity alerts, phone dial etc.) option and wondered what these files provide that the normal Garmin POI GPX files don't. I noticed that the former are much bigger files.

Thanks

Steven

Posted by craiganddeb
POI GPX Proximity Alert files

I cant find any difference other than being able to set the distance that the alerts appear.

Craig

Posted by johmazz2006
alerts

Think you will find that the GPX files supply info pertaining to the poi file you download. Mainly business info etc for that poi file, as against a warning only.

Posted by bernienchris
Re: POI GPX Proximity Alert files

steven.chaffer3 wrote:
I am unsure of the difference between two of the GPX files in the POI download page.

I have been happily downloading the straight Garmin POI GPX files. They seem to provide proximity alerts as I approach the POIs.

Then I noticed the Garmin GPX (proximity alerts, phone dial etc.) option and wondered what these files provide that the normal Garmin POI GPX files don't. I noticed that the former are much bigger files.

Thanks

Steven


as noted the main advantage (for me anyway) is the phone numbers.
If you have a Bluetooth enabled device, and pair it to a Bluetooth phone, you can dial the number from the GPS.
Handy for instance to book a table at a restaurant, or to order a pizza on the way home...
I also have my own POI of my customers, so I can dial them on the move, just like any other hands free device.
In fact, I wouldn't buy a GPS if it didn't have bluetooth.

Cheers.
:D

Posted by andreas4
gpi vs. gpx

The GPI file is a binary format without the detailed information like e.g.phone numbers.
The GPX is an XML format which contains detailed information about the poi:
Code:
<extensions>
            <gpxx:WaypointExtension>
                <gpxx:Proximity>0.0</gpxx:Proximity>
                <gpxx:DisplayMode>SymbolAndName</gpxx:DisplayMode>
                <gpxx:Address>
                    <gpxx:StreetAddress>131 Tongarra Rd</gpxx:StreetAddress>
                    <gpxx:StreetAddress> Albion Park NSW 2527  Phone: (02) 4232 5044</gpxx:StreetAddress>
                </gpxx:Address>
                    <gpxx:PhoneNumber Category="Phone">0242325044</gpxx:PhoneNumber>
            </gpxx:WaypointExtension>
        </extensions>

So if you have a bluetooth gps you can call up the poi from the gps.

Garmin



Page 1 of 1
Permalink POI GPX Proximity Alert files