silikoncovers.blogg.se

Xojo generic object
Xojo generic object













method overlaysInLevel(level as Integer) as MKOverlayMBS().method mapRectThatFits(mapRect as MKMapRectMBS, edgePaddingLeft as Double, edgePaddingTop as Double, edgePaddingRight as Double, edgePaddingBottom as Double) as MKMapRectMBS.method mapRectThatFits(mapRect as MKMapRectMBS) as MKMapRectMBS.method insertOverlayBelowOverlay(overlay as MKOverlayMBS, belowOverlay as MKOverlayMBS).method insertOverlayAtIndex(overlay as MKOverlayMBS, index as integer, level as integer).method insertOverlayAtIndex(overlay as MKOverlayMBS, index as Integer).method insertOverlayAboveOverlay(overlay as MKOverlayMBS, aboveOverlay as MKOverlayMBS).method exchangeOverlay(Overlay1 as MKOverlayMBS, Overlay2 as MKOverlayMBS).method exchangeOverlay(index1 as Integer, index2 as Integer).method deselectAnnotation(annotation as MKAnnotationMBS, animated as boolean).method dequeueReusableAnnotationViewWithIdentifier(identifier as string) as MKAnnotationViewMBS.method convertRegionToRectToView(region as MKCoordinateRegionMBS, view as NSViewMBS) as NSRectMBS.method convertRectToRegionFromView(rect as NSRectMBS, view as NSViewMBS) as MKCoordinateRegionMBS.method convertPointToCoordinateFromView(point as NSPointMBS, view as NSViewMBS) as CLLocationCoordinate2DMBS.method convertCoordinateToPointToView(coordinate as CLLocationCoordinate2DMBS, view as NSViewMBS) as NSPointMBS.method Constructor(left as Double, top as Double, width as Double, height as Double).method annotationViews as MKAnnotationViewMBS().method annotationsInMapRect(mapRect as MKMapRectMBS) as MKAnnotationMBS().method annotations as MKAnnotationMBS().method addOverlays(overlays() as MKOverlayMBS, level as integer).method addOverlays(overlays() as MKOverlayMBS).method addOverlay(overlay as MKOverlayMBS, level as integer).method addOverlay(overlay as MKOverlayMBS).method addAnnotations(annotations() as MKAnnotationMBS).method addAnnotation(annotation as MKAnnotationMBS).property visibleMapRect as MKMapRectMBS.property userLocationVisible as Boolean.property userLocation as MKUserLocationMBS.property showsPointsOfInterest as Boolean.property region as MKCoordinateRegionMBS.property centerCoordinate as CLLocationCoordinate2DMBS.property annotationVisibleRect as NSRectMBS.

xojo generic object xojo generic object

In the IDE we show a generic map image as preview as the control itself doesn't perform well inside the Xojo IDE.

xojo generic object

You can center the map on a given coordinate, specify the size of the area you want to display, and annotate the map with custom information. You use this class as-is to display map information and to manipulate the map contents from your application. An MKMapView object provides an embeddable map interface, similar to the one provided by the Maps application.















Xojo generic object