Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
ZhiJi-Overseas
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmj
ZhiJi-Overseas
Commits
075fbe3a
Commit
075fbe3a
authored
Jul 24, 2020
by
lmj_521aiau@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
51202f14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ZJFriendTrackMapViewController.m
...i/Classes/Map/Controller/ZJFriendTrackMapViewController.m
+2
-2
Info.plist
ZhiJi/Info.plist
+2
-2
No files found.
ZhiJi/Classes/Map/Controller/ZJFriendTrackMapViewController.m
View file @
075fbe3a
...
@@ -636,14 +636,14 @@
...
@@ -636,14 +636,14 @@
_startMarker
.
map
=
nil
;
_startMarker
.
map
=
nil
;
_startMarker
=
[
GMSMarker
markerWithPosition
:
startCoordinate
];
_startMarker
=
[
GMSMarker
markerWithPosition
:
startCoordinate
];
_startMarker
.
appearAnimation
=
kGMSMarkerAnimationPop
;
_startMarker
.
appearAnimation
=
kGMSMarkerAnimationPop
;
_startMarker
.
icon
=
[
UIImage
imageNamed
:
@"map_track_s
tart
_icon"
];
_startMarker
.
icon
=
[
UIImage
imageNamed
:
@"map_track_s
rart_end
_icon"
];
_startMarker
.
title
=
@"start"
;
_startMarker
.
title
=
@"start"
;
_startMarker
.
map
=
_GGMapView
;
_startMarker
.
map
=
_GGMapView
;
_endMarker
.
map
=
nil
;
_endMarker
.
map
=
nil
;
_endMarker
=
[
GMSMarker
markerWithPosition
:
endCoordinate
];
_endMarker
=
[
GMSMarker
markerWithPosition
:
endCoordinate
];
_endMarker
.
appearAnimation
=
kGMSMarkerAnimationPop
;
_endMarker
.
appearAnimation
=
kGMSMarkerAnimationPop
;
_endMarker
.
icon
=
[
UIImage
imageNamed
:
@"map_track_end_icon"
];
_endMarker
.
icon
=
[
UIImage
imageNamed
:
@"map_track_
srart_
end_icon"
];
_endMarker
.
title
=
@"end"
;
_endMarker
.
title
=
@"end"
;
_endMarker
.
map
=
_GGMapView
;
_endMarker
.
map
=
_GGMapView
;
...
...
ZhiJi/Info.plist
View file @
075fbe3a
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<
string
><
/string
>
<
string
><
/string
>
<
k
e
y
>
CFBundleURLSchemes
<
/k
e
y
>
<
k
e
y
>
CFBundleURLSchemes
<
/k
e
y
>
<
a
rr
a
y
>
<
a
rr
a
y
>
<
string
>
fb8538338896732
<
/string
>
<
string
>
fb
28
8538338896732
<
/string
>
<
/
a
rr
a
y
>
<
/
a
rr
a
y
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
d
i
c
t
>
<
d
i
c
t
>
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
$
(
CURRENT_PROJECT_VERSION
)<
/string
>
<
string
>
$
(
CURRENT_PROJECT_VERSION
)<
/string
>
<
k
e
y
>
FacebookAppID
<
/k
e
y
>
<
k
e
y
>
FacebookAppID
<
/k
e
y
>
<
string
>
8538338896732
<
/string
>
<
string
>
28
8538338896732
<
/string
>
<
k
e
y
>
FacebookDisplayName
<
/k
e
y
>
<
k
e
y
>
FacebookDisplayName
<
/k
e
y
>
<
string
>
$
(
PRODUCT_NAME
)<
/string
>
<
string
>
$
(
PRODUCT_NAME
)<
/string
>
<
k
e
y
>
LSApplicationQueriesSchemes
<
/k
e
y
>
<
k
e
y
>
LSApplicationQueriesSchemes
<
/k
e
y
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment