step 15 : buat custom google map widget

This commit is contained in:
sindhu
2024-08-28 15:46:38 +07:00
parent e06bd02a21
commit ab9089f8b4
3 changed files with 135 additions and 2 deletions

View File

@@ -17,6 +17,10 @@ class Constant {
static String baseUrlGoogleMapApis =
"https://maps.googleapis.com/maps/api/geocode/json?";
// position longitude dan latitude awal
static double positionLatitudeAwal = -7.566957;
static double positionLongitudeAwal = 110.8080284;
static double designHeightPhone = 844;
static double designWidthPhone = 390;