Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
MarkupLocation
Parameters
Name Type Description

lowerLeftCorner

AnnotationPoint

Required
Not null

lowerRightCorner

AnnotationPoint

Required
Not null

upperLeftCorner

AnnotationPoint

Required
Not null

upperRightCorner

AnnotationPoint

Required
Not null

Json Format
{
lowerLeftCorner:
{
x: Float,
y: Float
},
lowerRightCorner:
{
x: Float,
y: Float
},
upperLeftCorner:
{
x: Float,
y: Float
},
upperRightCorner:
{
x: Float,
y: Float
}
}