Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ruby Geocoder
Search
Brian Lu
December 18, 2013
Programming
0
52
Ruby Geocoder
Brian Lu
December 18, 2013
Tweet
Share
More Decks by Brian Lu
See All by Brian Lu
Ruby Conference Taiwan
brianlu365
0
30
Intro to Firmata
brianlu365
0
120
Introduction to Three.js
brianlu365
0
47
ActiveAdmin
brianlu365
0
43
Sending Email in Your Rails App
brianlu365
0
43
Other Decks in Programming
See All in Programming
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
2
150
新メンバーも今日から大活躍!SREが支えるスケールし続ける組織のオンボーディング
honmarkhunt
5
7.8k
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
120
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
170
すべてのコンテキストを、 ユーザー価値に変える
applism118
3
1.4k
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
280
AIともっと楽するE2Eテスト
myohei
7
2.8k
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
790
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
750
Deep Dive into ~/.claude/projects
hiragram
14
2.6k
MDN Web Docs に日本語翻訳でコントリビュートしたくなる
ohmori_yusuke
1
130
What's new in AppKit on macOS 26
1024jp
0
120
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.5k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Documentation Writing (for coders)
carmenintech
72
4.9k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Building Applications with DynamoDB
mza
95
6.5k
Agile that works and the tools we love
rasmusluckow
329
21k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
970
The Art of Programming - Codeland 2020
erikaheidi
54
13k
BBQ
matthewcrist
89
9.7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Transcript
Ruby Geocoder by Brian Lu
What does it do? Geocoding street or ip address to
latitude and longitude coordinate Reverse geocoding coordinate to street address Distance query
Setup gem “geocoder” add latitude and longitude fields to location
model use Google Map API by default it can be setup to use other map API
Cool features Detect location of HTTP Request Find geographic center
of multiple location objects Find nearby locations
Reference http://www.rubygeocoder.com http://railscasts.com/episodes/273-geocoder? view=comments