We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Working with geodata in Go

Formal Metadata

Title
Working with geodata in Go
Alternative Title
Working with spatial data in Go
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
I'm going to talk about some features that we've done recently for one of ourclients "Namba Taxi": * Show nearest available drivers in our mobile app and moving single car on map * Help our partner build traffic jam map based on our data In my talk I want to reveal: * How we collect GPS tracks from driver apps and save mobile traffic * How we implemented lightweight network interaction between the driver app and backend services * What solutions were used for high performance on backend * How we store GPS tracks for client history * How animation of car works inside the client app * How to perform monitoring and ensure that service works fine * Geocoding problems in developing countries with lack of maps data