Interface MaptipProperties

interface MaptipProperties {
    graphicHit: GraphicHitResult;
    mapPoint: Point;
    screenPoint: ScreenPoint;
}

Properties

graphicHit: GraphicHitResult
mapPoint: Point
screenPoint: ScreenPoint