You are here

function legacy_gmap_polyutil_encode_levels in GMap Module 7.2

Encode levels function.

1 call to legacy_gmap_polyutil_encode_levels()
legacy_gmap_polyutil_polyline in tests/inc/gmap_polyutil.inc
Simplify a set of points and generate an "Encoded Polyline" for Google Maps.

File

tests/inc/gmap_polyutil.inc, line 47
Encoded polyline utilities.

Namespace

tests\inc

Code

function legacy_gmap_polyutil_encode_levels($x) {
  return legacy__gmap_polyutil_encode(abs($x));
}