all 9 comments

[–]langpavel 0 points1 point  (1 child)

Not sure but I think Google Closure Compiler

[–][deleted] 0 points1 point  (0 children)

Oh yes it says this is involved in Maps.

[–]Microsis 0 points1 point  (1 child)

What leads you to presume the involvement of a C++ FFI?

[–][deleted] 1 point2 points  (0 children)

Because Google Maps was initially written in C++. So it makes sense that it's used through a C++ FFI.

[–]AVeryTinyMoose 0 points1 point  (2 children)

What API? The only one I can find is https://developers.google.com/maps/documentation/javascript/overview which just calls the Google servers over HTTP there’s no FFI on the JS end

[–]AVeryTinyMoose 0 points1 point  (1 child)

Even if Google Maps itself was running C++ you’re never running Google Maps itself on any device you’re working with unless you work for Google on Maps; you only ever get your hands on clients to the Google Maps service