タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

geohexに関するtrypeopleのブックマーク (1)

  • Geo::Hex

    NAME Geo::Hex - Convert between latitude/longitude and GeoHex code (version 2:world wide) SYNOPSIS use Geo::Hex; # From latitude/longitude to hex code my $code = latlng2geohex( $lat, $lng, $level ); # From hex code to center latitude/longitude my ( $center_lat, $center_lng, $level ) = geohex2latlng( $code ); # From latitude/longitude to zone object* my $zone = getZoneByLocation( $lat, $lng, $level

    Geo::Hex
  • 1