AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Sprachen und Entwicklungsumgebungen Sonstige Fragen zu Delphi Delphi MS MapPoint 2004, ein Pfeil auf eine Position zeichnen
Thema durchsuchen
Ansicht
Themen-Optionen

MS MapPoint 2004, ein Pfeil auf eine Position zeichnen

Ein Thema von Kostas · begonnen am 1. Sep 2004
Antwort Antwort
Kostas

Registriert seit: 14. Mai 2003
Ort: Gerstrhofen
1.075 Beiträge
 
Delphi 10 Seattle Enterprise
 
#1

MS MapPoint 2004, ein Pfeil auf eine Position zeichnen

  Alt 1. Sep 2004, 16:06
Hallo Zusammen,

hat jemand von Euch erfahrung mit Delphi und MapPoint 2004?
Ich möchte einen Pfeil auf der karte Zeichnen mit Position und Winkel.

Im Beispiel wird in PushPin anlegen und auch angezeigt.
Das Rechteckshape wird jedoch nicht angezeigt.


procedure TForm2.BitBtn4Click(Sender: TObject);
var Mylocation : Location;
MyPoint:TPoint;
begin
GKMapPoint1.Map.ActiveMap.GoToLatLong(48.26683,11. 474956,1);
Mylocation := GKMapPoint1.Map.ActiveMap.GetLocation(48.26683, 11.474956,1);
GKMapPoint1.Map.ActiveMap.AddPushpin(MyLocation,'e rster Pin');
GKMapPoint1.Map.ActiveMap.Shapes.AddShape(geoShape Rectangle, Mylocation, 50, 30);

Mylocation.GoTo_;
GKMapPoint1.Map.ActiveMap.Altitude := GKMapPoint1.Map.ActiveMap.Altitude * 1.5;
end;

GKMapPoint1 sind VCL-Komponenten für Delphi für MapPoint.

Gruß Kostas
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:32 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz