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

Method Point

src/main/java/com/pokegoapi/api/map/Point.java:31–34  ·  view source on GitHub ↗
(double latitude, double longitude)

Source from the content-addressed store, hash-verified

29 private double latitude;
30
31 public Point(double latitude, double longitude) {
32 this.latitude = latitude;
33 this.longitude = longitude;
34 }
35
36 public Point(SpawnPointOuterClass.SpawnPoint spawnpoint) {
37 this.latitude = spawnpoint.getLatitude();

Callers

nothing calls this directly

Calls 2

getLatitudeMethod · 0.65
getLongitudeMethod · 0.65

Tested by

no test coverage detected