Package 

Class MapView.LayoutParams

    • Constructor Detail

      • MapView.LayoutParams

        MapView.LayoutParams(int width, int height, IGeoPoint geoPoint, int alignment, int offsetX, int offsetY)
        Creates a new set of layout parameters with the specified width, height and location.
        Parameters:
        width - the width, either FILL_PARENT, WRAP_CONTENT or a fixed sizein pixels
        height - the height, either FILL_PARENT, WRAP_CONTENT or a fixed sizein pixels
        geoPoint - the location of the child within the map view
        alignment - the alignment of the view compared to the location BOTTOM_CENTER,BOTTOM_LEFT, BOTTOM_RIGHTTOP_CENTER,TOP_LEFT, TOP_RIGHT
        offsetX - the additional X offset from the alignment location to draw the child withinthe map view
        offsetY - the additional Y offset from the alignment location to draw the child withinthe map view
      • MapView.LayoutParams

        MapView.LayoutParams(Context c, AttributeSet attrs)
        Since we cannot use XML files in this project this constructor is useless.
        Parameters:
        c - the application environment
        attrs - the set of attributes fom which to extract the layout parameters values