Skip to content

Instantly share code, notes, and snippets.

@ymendel
Created September 3, 2008 16:37
Show Gist options
  • Save ymendel/8619 to your computer and use it in GitHub Desktop.
Save ymendel/8619 to your computer and use it in GitHub Desktop.
if @medical_provider.latitude && @medical_provider.longitude
provider_origin = GeoKit::GeoLoc.new
provider_origin.lat = @medical_provider.latitude
provider_origin.lng = @medical_provider.longitude
provider_origin.success = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment