[strategies][distance][cross track] expose the radius type as a typedef

(same as for projected_point distance strategy)
This commit is contained in:
Menelaos Karavelas
2015-06-11 01:32:00 +03:00
parent bc70826be4
commit 53b5ef3dff

View File

@@ -340,6 +340,8 @@ public :
>
{};
typedef typename Strategy::radius_type radius_type;
inline cross_track()
{}
@@ -492,6 +494,8 @@ public :
>
{};
typedef typename Strategy::radius_type radius_type;
inline cross_track()
{}