E
E
E6APB2017-08-14 00:00:38
Java
E6APB, 2017-08-14 00:00:38

Isn't this considered a violation of the Google Maps API rules?

I will have a delivery service. One of its features will be real-time tracking of the courier. We want to show a point on the map. For this special participation of Google is not needed here - we determine the coordinates, just every 3-4 seconds we change the location of the marker on the map. that's all. Google has a premium api - there is shadowing of objects. Am I breaking anything?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
Sergey Gornostaev, 2019-04-04
@NickProgramm

Strings are surrounded by double quotes.

A
al_gon, 2019-04-04
@al_gon

Java String

S
Scorpio, 2019-04-04
@notAquarius

Wrong:
String help = "help";

T
ThunderCat, 2017-08-14
@E6APB

no, its service does not apply to you in any way, the whole kitchen is performed on the client, you don’t know what Google is doing there. If you take the coordinates from your source, for Google you simply programmatically move the marker (although this is also on the client side and does not request / give any data to Google).

F
freeExec, 2017-08-14
@freeExec

You understood everything correctly, object dispatching is possible only on prem. Plus, do not forget that your projects on their API must be public.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question