---
title: ".SetLLCoordinates (coordinates Objektmethode)"
---
### Beschreibung

Diese Funktion setzt Koordinaten in der Form (Lat/Long).

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
| Latitude | [float](../../../standard-datentypen/float.md) | Breite in Grad mit Kommastellen |
| Longitude | [float](../../../standard-datentypen/float.md) | Länge in Grad mit Kommastellen |
| Height | [float](../../../standard-datentypen/float.md) | Höhe über Meer in meter |

### Rückgabewert [void](../../../standard-datentypen/void.md)

kein Rückgabewert.

### Beispiel

| MyCoordinate.SetLLCoordinates(9.3456, 46.1295, 504); |
| --- |
