CoordinatesProvider

public interface CoordinatesProvider

Known direct subclasses
GeneralLocation

Calculates coordinate position for general locations.


Interface to implement calculation of Coordinates.

Summary

Public methods

abstract float[]

Calculates coordinates of given view.

Public methods

calculateCoordinates

abstract float[] calculateCoordinates(View view)

Calculates coordinates of given view.

Parameters
View view

the View which is used for the calculation.

Returns
float[]

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