MCPcopy Index your code
hub / github.com/Grover-c13/PokeGOAPI-Java / MapPoint

Interface MapPoint

src/main/java/com/pokegoapi/util/MapPoint.java:22–36  ·  view source on GitHub ↗

@author Olaf Braun - Software Development @version 1.0

Source from the content-addressed store, hash-verified

20 * @version 1.0
21 */
22public interface MapPoint {
23 /**
24 * Gets latitude.
25 *
26 * @return the latitude
27 */
28 double getLatitude();
29
30 /**
31 * Gets longitude.
32 *
33 * @return the longitude
34 */
35 double getLongitude();
36}

Callers 16

resetBuilderMethod · 0.65
PointMethod · 0.65
getMapObjectsAsyncMethod · 0.65
searchFortMethod · 0.65
encounterPokemonMethod · 0.65
getDefaultCellsMethod · 0.65
getLatitudeMethod · 0.65
inRangeMethod · 0.65
resetBuilderMethod · 0.65
PointMethod · 0.65
getMapObjectsAsyncMethod · 0.65
searchFortMethod · 0.65

Implementers 6

Pointsrc/main/java/com/pokegoapi/api/map/Po
CatchablePokemonsrc/main/java/com/pokegoapi/api/map/po
Gymsrc/main/java/com/pokegoapi/api/gym/Gy
S2Cellsrc/main/java/com/pokegoapi/google/com
FortDetailssrc/main/java/com/pokegoapi/api/map/fo
Pokestopsrc/main/java/com/pokegoapi/api/map/fo

Calls

no outgoing calls

Tested by

no test coverage detected