CoordinatesProvider


interface CoordinatesProvider

Known direct subclasses
GeneralLocation

Calculates coordinate position for general locations.


Interface to implement calculation of Coordinates.

Summary

Public functions

FloatArray<Float>!

Calculates coordinates of given view.

Public functions

calculateCoordinates

fun calculateCoordinates(view: View!): FloatArray<Float>!

Calculates coordinates of given view.

Parameters
view: View!

the View which is used for the calculation.

Returns
FloatArray<Float>!

a float[] with x and y values of the calculated coordinates.