Uses of Class
com.uber.h3core.util.LatLng
Packages that use LatLng
-
Uses of LatLng in com.uber.h3core
Methods in com.uber.h3core that return LatLngModifier and TypeMethodDescriptionH3Core.cellToLatLng(long h3) Find the latitude, longitude (both in degrees) center point of the cell.H3Core.cellToLatLng(String h3Address) Find the latitude, longitude (degrees) center point of the cell.H3CoreV3.h3ToGeo(long h3) Find the latitude, longitude (both in degrees) center point of the cell.Find the latitude, longitude (degrees) center point of the cell.H3Core.vertexToLatLng(long h3) H3Core.vertexToLatLng(String h3Address) Methods in com.uber.h3core that return types with arguments of type LatLngModifier and TypeMethodDescriptionH3Core.cellAddressesToMultiPolygon(Collection<String> h3Addresses, boolean geoJson) Create polygons from a set of contiguous indexesH3Core.cellsToMultiPolygon(Collection<Long> h3, boolean geoJson) Create polygons from a set of contiguous indexesH3Core.cellToBoundary(long h3) Find the cell boundary in latitude, longitude (degrees) coordinates for the cellH3Core.cellToBoundary(String h3Address) Find the cell boundary in latitude, longitude (degrees) coordinates for the cellH3Core.directedEdgeToBoundary(long h3) Returns a list of coordinates representing the given edge.H3Core.directedEdgeToBoundary(String h3) Returns a list of coordinates representing the given edge.H3CoreV3.getH3UnidirectionalEdgeBoundary(long h3) Returns a list of coordinates representing the given edge.H3CoreV3.getH3UnidirectionalEdgeBoundary(String h3) Returns a list of coordinates representing the given edge.H3CoreV3.h3AddressSetToMultiPolygon(Collection<String> h3Addresses, boolean geoJson) Create polygons from a set of contiguous indexesH3CoreV3.h3SetToMultiPolygon(Collection<Long> h3, boolean geoJson) Create polygons from a set of contiguous indexesH3CoreV3.h3ToGeoBoundary(long h3) Find the cell boundary in latitude, longitude (degrees) coordinates for the cellH3CoreV3.h3ToGeoBoundary(String h3Address) Find the cell boundary in latitude, longitude (degrees) coordinates for the cellMethods in com.uber.h3core with parameters of type LatLngModifier and TypeMethodDescriptiondoubleH3Core.distance(LatLng a, LatLng b, LengthUnit unit) Return the distance along the sphere between two points.doubleH3CoreV3.pointDist(LatLng a, LatLng b, LengthUnit unit) Return the distance along the sphere between two points.Method parameters in com.uber.h3core with type arguments of type LatLngModifier and TypeMethodDescriptionFinds indexes within the given geofence.Finds indexes within the given geofence.Finds indexes within the given geofence.Finds indexes within the given geofence.