Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from MapKit.framework MKMapSnapshot.h }
{ Types from MKMapSnapshot }
{$ifdef TYPES}
{$endif}
{$ifdef TYPES}
type
MKMapSnapshotPtr = ^MKMapSnapshot;
{$endif}
{$ifdef CLASSES}
type
MKMapSnapshot = objcclass external (NSObject)
public
{$if defined(TARGET_OS_IPHONE)}
function image: UIImage; message 'image';
function pointForCoordinate (coordinate: CLLocationCoordinate2D): CGPoint; message 'pointForCoordinate:';
{$else}
function image_: NSImage; message 'image';
function pointForCoordinate (coordinate: CLLocationCoordinate2D): NSPoint; message 'pointForCoordinate:';
{$endif}
end;
{$endif}