Skip to content

Instantly share code, notes, and snippets.

@daneshk
Last active August 18, 2021 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daneshk/95f6eb6f0c89b54a2760855a0b81ec92 to your computer and use it in GitHub Desktop.
Save daneshk/95f6eb6f0c89b54a2760855a0b81ec92 to your computer and use it in GitHub Desktop.
RouteGuideClient ep = check new ("http://localhost:8980");
Feature feature = check ep->GetFeature({latitude: 406109563, longitude: -742186778});
io:println(`GetFeature: lat=${feature.location.latitude}, lon=${feature.location.longitude}`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment